The python tests
  • Shell 66.5%
  • Python 33.5%
Find a file
Karolina Surma db335e1e44 Explicitly declare the usage of distutils from Python stdlib for tests
setuptools 60+ bundles distutils which then have an impact on the test
environment, causing test_with_pip to fail.
2022-03-16 17:52:34 +01:00
.fmf Initial example of the Flexible Metadata Format 2018-09-19 16:03:10 +02:00
flags Avoid variable names with negative conotations 2020-11-05 13:32:26 +01:00
marshalparser Support INSTALL_OR_SKIP for marshalparser test 2020-10-13 22:09:11 +02:00
selftest Explicitly declare the usage of distutils from Python stdlib for tests 2022-03-16 17:52:34 +01:00
smoke Drop no longer relevant conditionals for Python 2.6 2022-03-08 01:07:00 +01: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 Instead of checking for Jython, make it possible to opt-out from the Cython test 2022-03-08 01:05:03 +01:00

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

Shared test repository for Python integration tests.