mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
- Update to 1.3.0 - Chase upstream rename from ScriptTest to "scripttest" - USE_GITHUB to get tests until sdist includes it [1] - Add python to CATEGORIES - Add TEST_DEPENDS and regression-test target - Sort USE_PYTHON - Patch tests to include skipIf reasons. Send upstream [2] While MOVE'ing: - Update MOVED - Update devel/Makefile - Fix date going backwards bug in MOVED [3] [1] https://github.com/pypa/scripttest/issues/11 [2] https://github.com/pypa/scripttest/pull/12 [3] 7597: date going backwards from 2015-05-24 to 2015-05-23 Approved by: nivit (maintainer, via email)
7 lines
248 B
Text
7 lines
248 B
Text
ScriptTest is a library to help you test your interactive command-line
|
|
applications.
|
|
|
|
With it you can easily run the command (in a subprocess) and see the
|
|
output (stdout, stderr) and any file modifications.
|
|
|
|
WWW: http://pythonpaste.org/scripttest/
|