Metadata-Version: 2.2
Name: nihtest
Version: 1.9.1
Summary: A testing tool for command line utilities.
Author-email: Dieter Baron <dillo@nih.at>, Thomas Klausner <wiz@gatalith.at>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/nih-at/nihtest
Project-URL: Bug Tracker, https://github.com/nih-at/nihtest/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dateutil

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.

It is written in Python.

It is documented in man pages: [nihtest(1)](https://nih.at/nihtest/nihtest.html), the config
file format [nihtest.conf(5)](https://nih.at/nihtest/nihtest.conf.html) and the test
case language [nihtest-case(5)](https://nih.at/nihtest/nihtest-case.html).

The man pages are included in the source distribution tarball in the
`manpages` directory in man (Linux-like), mdoc (BSD), and HTML
format. When you're packaging nihtest, please make sure they are
installed in an appropriate location.


[![Github Actions Build Status](https://github.com/nih-at/nihtest/workflows/build/badge.svg)](https://github.com/nih-at/nihtest/actions?query=workflow%3Abuild)
