pytest
pytest is the de factor Python unit and integration testing suite. It provides numerous benefits and is generally straightforward to upgrade from deprecated unittest framework. Numerous pytest plugins increase the power and flexibility of the framework.
2024
- 2024-04-28 – Detect CI via environment variable
2023
- 2023-08-08 – Pytest skiporimport matlab.engine
- 2023-03-06 – Running Matlab and GNU Octave via Pytest
2022
- 2022-10-02 – CTest set environment variable
- 2022-04-28 – CMake, Python and Pytest
2021
- 2021-03-23 – Find source of PyTest warning
- 2021-02-28 – Pytest stdout/stderr capture
2020
- 2020-12-13 – Pytest.importorskip test skipping
- 2020-07-10 – Make pytest check only one file
- 2020-03-14 – Pytest ignoring Meson subprojects
- 2020-03-10 – Silence Pytest DeprecationWarning
- 2020-03-08 – Python breakpoint() debugging
2019
- 2019-01-29 – pytest AttributeError get_marker
2018
- 2018-10-11 – Find Linux package dependencies
- 2018-08-15 – Pytest approximately equal scalars and arrays
- 2018-06-20 – Check console script with Pytest