fgmeta/python3-flightgear/flightgear/meta
Florent Rougon 8028ce2888 Python: move test modules and data to python3-flightgear/flightgear/meta/tests/
- Move test_catalog.py, test_sgprops.py and catalog/testData/ to
  python3-flightgear/flightgear/meta/tests/.
- Copy catalog/fgaddon-catalog/ to the same place (it is needed by
  test_catalog.py).
- Adapt test_catalog.py and test_sgprops.py accordingly.
- Remove the executable bits from test_catalog.py and test_sgprops.py:
  this is because test_catalog.py can't be run directly anymore; well,
  it can but 3 tests would fail in this setup. No time to investigate
  why (sorry), but this commit adds a README.txt in
  python3-flightgear/flightgear/meta/tests/README.txt that explains how
  to run the tests in a way that works (basically, run
  'python3 -m unittest' from the python3-flightgear directory).

For a bit more context, see
<https://sourceforge.net/p/flightgear/mailman/message/37042247/>.
2020-06-22 00:30:51 +02:00
..
aircraft_catalogs Catalog I18N support 2020-06-21 19:25:18 +01:00
tests Python: move test modules and data to python3-flightgear/flightgear/meta/tests/ 2020-06-22 00:30:51 +02:00
__init__.py Initial version of the Python scripts to manage l10n using the XLIFF format 2017-08-04 23:39:05 +02:00
exceptions.py Initial version of the Python scripts to manage l10n using the XLIFF format 2017-08-04 23:39:05 +02:00
i18n.py i18n Python scripts: rename BasicL10NResourceManager._readFgResourceFile() 2020-06-18 01:06:37 +02:00
logging.py Initial version of the Python scripts to manage l10n using the XLIFF format 2017-08-04 23:39:05 +02:00
misc.py Initial version of the Python scripts to manage l10n using the XLIFF format 2017-08-04 23:39:05 +02:00
sgprops.py Reorganize catalog modules 2020-06-19 18:15:25 +02:00
strutils.py i18n Python scripts: add module flightgear.meta.strutils 2020-06-18 14:22:57 +02:00