open_toontown_panda3d/tests
rdb c4a01ac564 pipeline: give Mutex and ReMutex more Pythonic semantics
This allows using mutices in with-blocks and wraps up the functionality of acquire() and try_acquire() into a single acquire(blocking=True).

Furthermore, the GIL is no longer released in cases of no contention.
2019-05-12 20:58:13 +02:00
..
audio tests: Update audio test to recognize missing sounds as NullAudioSound 2018-02-20 00:55:49 -07:00
bullet tests: add bullet heightfield test 2019-04-14 23:10:54 +02:00
collide tests: Add unit test for CollisionRay into CollisionBox 2019-04-09 13:50:04 +02:00
display glsl: make ParamVecBase4 and ParamVecBase4i work with ptr inputs 2019-04-14 23:08:02 +02:00
dtoolutil Give istream/ostream a friendlier file-like interface for Python 2019-05-12 15:46:14 +02:00
egg egg: add ability to read <Tangent> with four components 2019-02-05 00:30:54 +01:00
egg2pg tests: attempt to fix egg2pg test failure on macOS 2018-08-19 16:49:54 +02:00
event tests: add various tests for PythonTask.__dict__ access 2019-03-04 22:59:17 +01:00
express tests: test various things that could suffer from libc++ eof() bug 2019-01-10 21:55:07 +01:00
gobj tests: add unit tests for lens extrude and project operations 2019-03-29 12:20:01 +01:00
interrogate tests: fix pytest deprecation warnings 2018-09-28 14:19:40 +02:00
linmath linmath: fix mat4.get_col3() and mat4.get_row3() when using Eigen 2019-05-02 19:40:23 +02:00
mathutil tests: add BoundingPlane unit tests 2018-08-08 21:54:58 +02:00
movies tests: add UserDataAudio unit tests 2019-04-29 18:05:29 +02:00
ode ode: fix OdeJoint.attach with None parameters 2019-04-28 22:29:29 +02:00
pgraph pgraph: fix issues with serializing empty NodePaths 2018-12-09 20:16:55 +01:00
pipeline pipeline: give Mutex and ReMutex more Pythonic semantics 2019-05-12 20:58:13 +02:00
pnmimage pnmimage: fix PixelSpec coercion, add PixelSpec unit test 2018-11-27 17:09:40 +01:00
prc Allow seek of IDecryptStream to begin (for looping encrypted audio) 2019-05-12 15:51:35 +02:00
putil Merge branch 'release/1.10.x' 2019-04-14 23:11:03 +02:00
showbase tests: add unit tests for Audio3DManager sound velocity 2019-01-06 09:32:41 +01:00
text tests: add unit test for TextNode::write, see #431 2018-10-28 11:45:39 +01:00
tform tform: MouseWatcher sort should uniquify duplicates 2018-06-12 13:44:24 +02:00
build_samples.py tests/build_samples: Use temporary directories to avoid in-source builds 2019-01-04 18:55:31 -08:00
main.py deploy-ng: Add files to build application out of the unit tests 2017-11-25 17:36:02 -08:00
requirements.txt Remove references to obsolete index from requirements.txt 2019-01-05 20:53:11 +01:00
setup.py tests: fix syntax error in setup.py, use default platforms 2018-12-28 15:36:02 +01:00