2023-07-19 18:09:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-nihtest: update to 1.2.0. # 1.2.0 [2023-07-19] - Explicitly specify encoding for stdout of subcommands. |
2023-06-27 11:58:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-nihtest: update to 1.1.1. # 1.1.1 [2023-06-27] - Fix Windows compatibility. |
2023-06-15 15:27:02 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-nihtest: update to 1.1.0. # 1.1.0 [2023-06-15] - Improve environment variable handling. - Reject config file with unknown sections or directives. |
2023-06-15 08:13:08 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-nihtest: install man pages into appropriate sections Ride bump. |
2023-06-15 08:10:33 by Thomas Klausner | Files touched by this commit (2) |
Log message: py-nihtest: install man pages Bump PKGREVISION. |
2023-06-10 05:17:24 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-nihtest: not for python 2.7 cmake is a test dependency only, make it so |
2023-06-09 23:06:04 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-nihtest: add test target |
2023-06-09 17:57:32 by Thomas Klausner | Files touched by this commit (5) |
Log message: devel/py-nihtest: import py-nihtest-1.0.0 This is nihtest, a testing tool for command line utilities. Tests are run in a sandbox directory to guarantee a clean separation of the test. It checks that exit code, standard and error outputs are as expected and compares the files in the sandbox after the run with the expected results. |