2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-07-17 05:40:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-subtests: updated to 0.13.1
0.13.1 (2024-07-16)
* Fixed bug were an extra test would execute when ``-x/--exitfirst`` was used
|
2024-07-15 22:20:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-subtests: updated to 0.13.0
0.13.0 (2024-07-07)
* Dropped support for EOL Python 3.7
* Added support for ``-x/--exitfirst``
* Hide the traceback inside the ``SubTests.test()`` method
|
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``)
|