Notes on writing tests for Python packages.
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 add more docs for testing importable and command line programs 6 years ago
CommandLine.md add more docs for testing importable and command line programs 6 years ago
Importable.md add more docs for testing importable and command line programs 6 years ago
LICENSE init import, fleshing out the bulk of the process 6 years ago
README.md add more docs for testing importable and command line programs 6 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