1
0
Fork 0
flightgear/scripts/python/TerraSync
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
..
terrasync terrasync.py: rename DirIndex attributes and remove accessors 2020-10-02 16:38:08 +02:00
tests terrasync.py: test_virtual_path.py can't be run directly 2020-10-02 16:38:08 +02:00
terrasync.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00