1
0
Fork 0
flightgear/scripts/python/TerraSync/tests
Florent Rougon 2a991c9874 terrasync.py: test_virtual_path.py can't be run directly
Remove the 'if __name__ == "__main__": unittest.main()'. Indeed, the
module can't be run this way due to its imports. Tests from this module
can be run with:

  cd scripts/python/TerraSync
  python3 -m unittest tests.test_virtual_path
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: rename DirIndex attributes and remove accessors 2020-10-02 16:38:08 +02:00
test_virtual_path.py terrasync.py: test_virtual_path.py can't be run directly 2020-10-02 16:38:08 +02:00