open_toontown_panda3d/tests
rdb 2a5228b05f Fix compatibility with Python 3.12 by removing use of imp module
Some modules (such as VFSImporter, and various modules in direct.p3d that depend on it) are still unavailable.
2023-10-13 13:21:34 +02:00
..
audio tests: Update audio test to recognize missing sounds as NullAudioSound 2018-02-20 00:55:49 -07:00
bullet bullet: Fix assertion when reconstructing BulletConvexHullShape from bam 2022-06-29 17:06:19 +02:00
collide collide: Add pickle support for most collision handlers 2021-01-01 16:56:18 +01:00
dcparser tests: add some DCPacker unit tests (for #751) 2019-12-25 16:58:11 +01:00
display tests: Skip Cg tests on arm64 machines 2023-10-13 10:55:17 +02:00
dist Fix compatibility with Python 3.12 by removing use of imp module 2023-10-13 13:21:34 +02:00
dtoolutil tests: Fix Filename test to match paths case-insensitively 2020-08-17 12:16:33 +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 event: Allow AsyncFuture to store arbitrary PyObject result 2021-03-01 19:16:22 +01:00
express express: Implement `copy.deepcopy()` for PointerToArray 2022-12-19 16:22:00 +01:00
gobj tests: Fix OverflowError in test_format_arrays on 32-bit 2023-02-24 22:07:38 +01:00
gui dgui: Add setTextPos, etc. aliases for setPos 2020-12-26 13:59:19 +01:00
interrogate tests: fix pytest deprecation warnings 2018-09-28 14:19:40 +02:00
linmath tests: xfail vector floor division tests on Windows 2021-08-03 15:49:11 +02:00
mathutil tests: Add new unit test for Triangulator (also testing #985) 2020-08-18 18:38:19 +02:00
ode ode: fix OdeJoint.attach with None parameters 2019-04-28 22:29:29 +02:00
particles tests: add unit tests for particle systems and #769 in particular 2019-11-10 20:34:03 +01:00
pgraph pgraph: Support None as second arg of replace_texture/replace_material 2022-12-04 19:24:04 +01:00
physics physics: Fix GlobalForceGroup 2020-12-30 23:57:43 +01:00
pipeline tests: fix mutex test on win32 where mutexes are always reentrant 2018-09-04 23:01:41 +02:00
pnmimage pnmimage: Added offset to add_sub_image and mult_sub_image 2020-04-25 22:56:40 +02:00
prc tests: add unit test for StreamReader.readlines() 2020-09-12 23:09:38 +02:00
putil Fix assert on Py_SIZE(long) when using Python 3.12 2023-10-13 10:54:33 +02:00
showbase PythonUtil: Fix Python 3 next() for SerialNumGen, AlphabetCounter 2021-03-22 21:49:58 +01:00
stdpy stdpy: Fix pickle sometimes duplicating Panda objects 2020-12-31 16:55:34 +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
test_tools.py tests: Further expand on tools tests 2023-08-03 13:21:38 +02:00