fgmeta/python3-flightgear/flightgear/meta/tests
2020-06-22 10:02:40 +01:00
..
fgaddon-catalog Python: move test modules and data to python3-flightgear/flightgear/meta/tests/ 2020-06-22 00:30:51 +02:00
testData Python: move test modules and data to python3-flightgear/flightgear/meta/tests/ 2020-06-22 00:30:51 +02:00
__init__.py Python: move test modules and data to python3-flightgear/flightgear/meta/tests/ 2020-06-22 00:30:51 +02:00
README.txt Python: move test modules and data to python3-flightgear/flightgear/meta/tests/ 2020-06-22 00:30:51 +02:00
test_catalog.py Localized catalogs: fix name/description bug 2020-06-22 10:02:40 +01:00
test_sgprops.py Python: move test modules and data to python3-flightgear/flightgear/meta/tests/ 2020-06-22 00:30:51 +02:00

The tests can be run this way:

  cd python3-flightgear
  python3 -m unittest

If you want to be more specific:

  cd python3-flightgear
  python3 -m unittest flightgear.meta.tests.test_catalog
  python3 -m unittest flightgear.meta.tests.test_sgprops
  python3 -m unittest flightgear.meta.tests.test_catalog.UpdateCatalogTests
  python3 -m unittest flightgear.meta.tests.test_catalog.UpdateCatalogTests.test_scan_set
  etc.