3aa33594ea7730a8b18577812deaf90d58aca383
utcnow() is deprecated. Replace: datetime.datetime.utcnow() by: datetime.datetime.now(datetime.timezone.utc) Signed-off-by: Thomas Goirand <zigo@debian.org> Change-Id: I07d910e6c46746e4b1651d725931635a8019e6e7
os-testr
A testr wrapper to provide functionality for OpenStack projects.
- Free software: Apache license
- Documentation: https://docs.openstack.org/os-testr/
- Source: https://opendev.org/openstack/os-testr
- Bugs: https://bugs.launchpad.net/os-testr
Features
subunit-trace: an output filter for a subunit stream which provides useful information about the runsubunit2html: generates a test results html page from a subunit streamgenerate-subunit: generate a subunit stream for a single test
Description
Languages
Python
100%