./devel/py-nihtest, Testing tool for command line utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.7.0, Package name: py311-nihtest-1.7.0, Maintainer: wiz

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.


Master sites:

Filesize: 39.966 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-19 15:33:21 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-nihtest: update to 1.7.0.

# 1.7.0 [2024-04-19]

- Add `test-case-source` directory for better support of script generated test cases.
   2024-04-10 11:31:00 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-nihtest: update to 1.6.0.

# 1.6.0 [2024-04-10]

- Print command line for `--verbose --setup-only`.
- Add `stdout-replace` directive.
- Better integration with IDEs.
   2024-03-20 10:24:52 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-nihtest: update to 1.5.2.

# 1.5.2 [2024-03-20]

- Fix @SANDBOX@ substitution in file names on Windows.
   2024-03-15 11:20:51 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-nihtest: update to 1.5.1.

# 1.5.1 [2024-03-15]

- Fix preload test with newer glibc.
   2024-02-23 10:06:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-nihtest: add missing dependency

Bump PKGREVISION.
   2024-01-17 11:33:45 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-nihtest: update to 1.5.0.

# 1.5.0 [2024-01-17]

- Allow copiers/comparators to handle directories.
   2024-01-03 17:28:37 by Thomas Klausner | Files touched by this commit (3)
Log message:
py-nihtest: include post-release patch

Bump PKGREVISION.
   2024-01-03 17:13:57 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-nihtest: update to 1.4.0.

# 1.4.0 [2024-01-03]

- Add copiers.
- Add `working-directory` directive.
- Add `read-only` directive.