1
0
Fork 0
flightgear/scripts/python/TerraSync/terrasync
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
..
__init__.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00
dirindex.py terrasync.py: move the DirIndex class to its own module and add unit tests 2020-10-02 16:38:08 +02:00
exceptions.py terrasync.py: user-friendly error message when no 'path' found in .dirindex 2018-02-18 20:22:58 +01:00
main.py terrasync.py: move the DirIndex class to its own module and add unit tests 2020-10-02 16:38:08 +02:00
virtual_path.py python compatibility: make __ne__ explicit. 2020-10-01 23:06:37 -05:00