You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid
48f397e6a8
|
7 years ago | |
---|---|---|
CommandLine.md | 7 years ago | |
Importable.md | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago |
README.md
python-packaging-tests
Notes on how to write tests for python packages.
The python-packaging readthedocs page contains a page on command line scripts that touches on how to write tests for a python command line utility.
Writing Tests
There are a couple of scenarios covered here:
Running Tests
-
Running Tests Manually
-
Running Tests with Travis
-
Running Tests with Circle CI
-
Running Tests that Require Secrets