open_toontown_panda3d/tests/putil
rdb 9d8c523dfa putil: Assorted improvements to BitArray, SparseArray, *BitMask*:
* Support converting BitMask types to int
* BitArray constructor accepts a Python long of arbitrary size
* DoubleBitMask (and QuadBitMask, by extension) supports Python long in constructor
* Support for pickling (except DoubleBitMask)
* All of them now properly define __bool__()
* More unit tests

Fixes #886
2020-04-01 20:31:16 +02:00
..
conftest.py tests: add unit tests for ClockObject 2019-04-02 21:34:13 +02:00
test_bitarray.py putil: Assorted improvements to BitArray, SparseArray, *BitMask*: 2020-04-01 20:31:16 +02:00
test_bitmask.py putil: Assorted improvements to BitArray, SparseArray, *BitMask*: 2020-04-01 20:31:16 +02:00
test_clockobject.py tests: add unit tests for ClockObject 2019-04-02 21:34:13 +02:00
test_datagram.py putil: add pickling support to Datagram class 2020-04-01 18:25:43 +02:00
test_modifierbuttons.py tests: add some ModifierButtons unit tests 2019-08-28 11:04:20 +02:00
test_sparsearray.py putil: Assorted improvements to BitArray, SparseArray, *BitMask*: 2020-04-01 20:31:16 +02:00
test_updateseq.py tests: fix broken test case, add more WeakNodePath comparisons 2018-05-24 22:25:20 +02:00