1
0
Fork 0
flightgear/scripts/python/TerraSync/tests
Florent Rougon 477d9f7a9a terrasync.py: move the DirIndex class to its own module and add unit tests
The tests can be run from directory 'scripts/python/TerraSync' using:

  python3 -m unittest tests.test_dirindex

(or just 'python3 -m unittest' to run all tests pertaining to
terrasync.py).
2020-10-02 16:38:08 +02:00
..
data/dirindex terrasync.py: move the DirIndex class to its own module and add unit tests 2020-10-02 16:38:08 +02:00
__init__.py terrasync.py: add and use a VirtualPath class; also add MutableVirtualPath 2018-02-07 11:38:41 +01:00
test_dirindex.py terrasync.py: move the DirIndex class to its own module and add unit tests 2020-10-02 16:38:08 +02:00
test_virtual_path.py terrasync.py: fix a DeprecationWarning 2020-10-01 19:44:19 +02:00