Letter P

python3-scripttester - Utility for testing command line scripts

Website: https://pypi.org/project/scripttester/
License: BSD
Vendor: Alcance Libre, Inc.
Description:
Provides a class to be instantiated in tests that checks that scripts
can be run and give correct output.  The class tries to find your
scripts whether you have installed them or not.  If you have not
installed them, the scripts will not be on your system PATH, and we have
to find them.  The heuristic is to look (by default) in the directory
containing mymodule; if there is a setup.py file there, and a scripts
subdirectory, assume that directory contains the scripts.

Note there is no way of using this not-installed mechanism to find
entrypoint scripts, that have not been installed.  To find these, we
would have to run the setup.py file.

Packages

python3-scripttester-0.1-1.fc14.al.noarch [174 KiB] Changelog by Jerry James (2018-09-05):
- Initial RPM

Listing created by Repoview-0.6.6-6.fc14.al