Path to this page:
./
devel/py-test-subtests,
Unittest subTest() support and subtests fixture
Branch: CURRENT,
Version: 0.13.1,
Package name: py312-test-subtests-0.13.1,
Maintainer: pkgsrc-usersThis pytest plugin was generated with Cookiecutter along with
@hackebrot's cookiecutter-pytest-plugin template.
* Adds support for TestCase.subTest.
* New subtests fixture, providing similar functionality for pure
pytest tests.
Master sites:
Filesize: 15.563 KB
Version history: (Expand)
- (2024-11-11) Updated to version: py312-test-subtests-0.13.1
- (2024-07-17) Updated to version: py311-test-subtests-0.13.1
- (2024-07-15) Updated to version: py311-test-subtests-0.13.0
- (2024-03-09) Updated to version: py311-test-subtests-0.12.1
- (2024-03-07) Updated to version: py311-test-subtests-0.12.0
- (2023-10-28) Updated to version: py311-test-subtests-0.11.0nb1
CVS history: (Expand)
2024-03-09 07:57:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-subtests: updated to 0.12.1
0.12.1 (2024-03-07)
* Fixed compatibility with upcoming pytest ``8.1.x``.
|
2024-03-07 11:05:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-test-subtests: updated to 0.12.0
0.12.0 (2024-03-06)
* Python 3.12 is now officially supported.
* Added typing support.
* ``SubTests`` can be imported from ``pytest_subtests`` to type-annotate the \
``subtests`` fixture.
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-07-17 17:09:37 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-test-subtests: updated to 0.11.0
0.11.0 (2023-05-15)
-------------------
* Logging is displayed for failing subtests
* Passing subtests no longer turn the pytest output to yellow (as if warnings \
have been issued)
* Now the ``msg`` contents of a subtest is displayed when running pytest with ``-v``
|
2023-04-18 15:20:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-subtests: updated to 0.10.0
0.10.0 (2022-02-15)
-------------------
* Added experimental support for suppressing subtest output dots in non-verbose \
mode with ``--no-subtests-shortletter`` -- this allows the native pytest column \
calculations to not be disrupted and minimizes unneeded output for large CI \
systems.
|
2022-11-21 21:21:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-subtests: updated to 0.9.0
0.9.0 (2022-10-28)
------------------
* Python 3.11 is officially supported.
* Dropped support for Python 3.6.
|
2022-07-05 20:02:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-subtests: updated to 0.8.0
0.8.0
* Now passing subtests are shown in the test run summary at the end (for \
example: ``10 failed, 1 passed, 10 subtests passed in 0.10s``)
|
2022-02-15 17:10:01 by Thomas Klausner | Files touched by this commit (4) |
Log message:
devel/py-test-subtests: import py-test-subtests-0.7.0
This pytest plugin was generated with Cookiecutter along with
@hackebrot's cookiecutter-pytest-plugin template.
* Adds support for TestCase.subTest.
* New subtests fixture, providing similar functionality for pure
pytest tests.
|