open_toontown_panda3d/tests
rdb f986f8de1b showbase: add back clampScalar and PriorityCallbacks to PythonUtil
These were removed by 88dbb31daa under the assumption that they were not used, but it has recently come to my attention that there is still code out there that uses these.

PriorityCallbacks has been updated to be compatible with Python 3 by only comparing the priority, rather than the (priority, callback) tuple. This also has the side-effect of ditching the bisect dependency.

Also moves testing code from the source to the unit tests.
2018-04-21 11:43:46 +02:00
..
audio tests: Update audio test to recognize missing sounds as NullAudioSound 2018-02-20 00:55:49 -07:00
bullet tests: fix unit test on 32-bit Ubuntu due to float imprecision 2018-04-20 12:48:26 +02:00
display tests: don't assert if pipe cannot create physical windows 2018-03-08 11:41:00 +01:00
event AsyncFuture improvements, incl. support for gathering futures 2017-12-21 14:07:01 +01:00
gobj Add support for geometry with adjacency information 2018-03-01 21:20:19 +01:00
interrogate interrogate: more improvements to seq/map wrappers 2017-11-27 17:29:50 +01:00
pgraph tests: add test for prc page and one for light color temperature 2018-02-21 15:56:45 +01:00
prc tests: add test for prc page and one for light color temperature 2018-02-21 15:56:45 +01:00
putil tests: disable datagram bytes() test on Python 2 2018-04-06 20:34:48 +02:00
showbase showbase: add back clampScalar and PriorityCallbacks to PythonUtil 2018-04-21 11:43:46 +02:00
text text: fix is_whitespace() assertion when invalid chars are included 2018-02-17 20:50:18 +01:00