The python tests
  • Shell 66.5%
  • Python 33.5%
Find a file
Miro Hrončok ca464dcb60 Fix Cython installation for fresh CPythons
We try to fetch a wheel only and if that fails, we disable compilation.
Useful for fresh CPythons such as 3.8 now, where wheels are not yet ready,
but Cython defaults to compiling (because it detects CPython).

Note that --install-option="--no-cython-compile" makes pip use source package,
hence we don't want to use it right away. We still prefer wheel over
sdist.
2019-02-07 08:36:39 +01:00
.fmf Initial example of the Flexible Metadata Format 2018-09-19 16:03:10 +02:00
selftest More test output 2018-12-20 11:31:22 +01:00
smoke Fix Cython installation for fresh CPythons 2019-02-07 08:36:39 +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 Find leaks! 2018-11-30 10:12:31 +01:00

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

Shared test repository for Python integration tests.