The python tests
  • Shell 66.5%
  • Python 33.5%
Find a file
Lumir Balhar 86842acd1b Add marshalparser to Python tests
Marshalparser helps us to uniform byte-compiled Python files
so it has to be able to also parse pyc files from
the main python packages.
Moreover, it has its own database of magic numbers so this test
checks that the parser is compatible with the latest python before
we ship it.
2020-07-30 07:50:39 +02:00
.fmf Initial example of the Flexible Metadata Format 2018-09-19 16:03:10 +02:00
flags Test that the debug build has the proper -O flags set 2019-10-21 15:17:34 +02:00
marshalparser Add marshalparser to Python tests 2020-07-30 07:50:39 +02:00
selftest Have a dynamic Python version by default if possible 2020-04-20 15:32:38 +02:00
smoke Add method for virtualenv with --seeder pip 2020-06-23 13:35:27 +02:00
.gitignore Ignore anywhere 2018-07-20 12:17:31 +02:00
main.fmf Initial example of the Flexible Metadata Format 2018-09-19 16:03:10 +02:00
README.rst Add a simple README file 2018-07-20 10:49:34 +02:00
tests.yml Add marshalparser to Python tests 2020-07-30 07:50:39 +02:00

Python Tests
============

Shared test repository for Python integration tests.