Path to this page:
./
devel/py-testrepository,
Repository of test results
Branch: CURRENT,
Version: 0.0.21,
Package name: py312-testrepository-0.0.21,
Maintainer: pkgsrc-usersThis project provides a database of test results which can be used as part of
developer workflow to ensure/check things like:
* No commits without having had a test failure, test fixed cycle.
* No commits without new tests being added.
* What tests have failed since the last commit (to run just a subset).
* What tests are currently failing and need work.
Test results are inserted using subunit (and thus anything that can output
subunit or be converted into a subunit stream can be accepted).
Required to run:[
devel/py-setuptools] [
lang/python27] [
devel/py-testtools] [
devel/py-fixtures]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 2360.309 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-testrepository-0.0.21
- (2024-04-15) Updated to version: py311-testrepository-0.0.21
- (2023-11-08) Updated to version: py311-testrepository-0.0.20nb1
- (2023-02-09) Updated to version: py310-testrepository-0.0.20nb1
- (2022-01-05) Updated to version: py39-testrepository-0.0.20nb1
- (2021-10-07) Updated to version: py39-testrepository-0.0.20
CVS history: (Expand)
2024-04-15 13:36:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-testrepository: updated to 0.0.21
0.0.21
CHANGES
* testrepository now uses ``hatch`` rather than ``pbr``.
* setup.py testr now supports different coverage names.
* Isolate the testrepository test suite from the chunking (or otherwise)
behaviour of testtools' exception handlers. (Robert Collins)
* pbr is now used to manage build and release tooling.
* Unexpected errors reading streams from a file repository now propogate the
correct exception.
* testrepository now requires at least version 0.0.11 of the subunit Python
module.
|
2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message:
*: latest py-sphinx only support Python 3.9+
|
2022-04-30 01:33:05 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: recurse more not-for-python-2.x
|
2022-01-27 11:57:32 by Thomas Klausner | Files touched by this commit (10) |
Log message:
*: switch py-testtools users to versioned_dependencies.mk
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2018-05-17 10:04:47 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
py-testrepository: added version 0.0.20
This project provides a database of test results which can be used as part of
developer workflow to ensure/check things like:
* No commits without having had a test failure, test fixed cycle.
* No commits without new tests being added.
* What tests have failed since the last commit (to run just a subset).
* What tests are currently failing and need work.
Test results are inserted using subunit (and thus anything that can output
subunit or be converted into a subunit stream can be accepted).
|