python-rpm-macros/tests
Karolina Surma 2d0673afb1 Add new options for %%py{3}_check_import: -f, -t, -e
-f: optionally read a file with module names to test
-t: bool flag - if set, filter only top-level modules
-e: optionally exclude module names matching the given glob (Unix
shell-style wildcards)
Importing all modules may cause bogus failures in some cases,
eg. when the imported code assumes there is an existing graphical window.
Such behaviour may be by design, hence for automatic processing it's
more convinient to - in some cases - check only for top-level modules
or filter out the troublemakers.
2021-10-27 15:57:37 +02:00
..
.gitignore Fedora CI: Add eval tests for %python_provide and %py_provides 2020-05-05 13:54:28 +02:00
pythontest.spec Test bytecompilation & hardlinking with 3.8 and 2.7 2021-09-10 17:50:49 +02:00
test_evals.py Add new options for %%py{3}_check_import: -f, -t, -e 2021-10-27 15:57:37 +02:00
test_import_all_modules.py Add new options for %%py{3}_check_import: -f, -t, -e 2021-10-27 15:57:37 +02:00
tests.yml Add new options for %%py{3}_check_import: -f, -t, -e 2021-10-27 15:57:37 +02:00