[TIP] Using pytest as a testrunner for CTEST unit tests

John McNamara jmcnamara at cpan.org
Tue Sep 30 03:01:11 PDT 2014


Hi,

I've put together a small how-to and contest.py to run CTEST (a C unit
test framework) from py.test:.

https://github.com/jmcnamara/pytest_ctest

The concept behind this is explained in an earlier article: Using
pytest as a testrunner for C unit tests:

http://pytest-c-testrunner.readthedocs.org/index.html

John



More information about the testing-in-python mailing list