blob: d681ad7f553f7d2b6276fa8cc6772a09db19021f [file]
To run the tests, use `pytest <http://pytest.org/latest/>`_::
pytest tests
The tests are all located in the tests/ directory. To add a new unit
test all you have to do is create the file in the tests/ directory with a
filename in this format::
test_*.py
New test case classes may wish to inherit from ``PexpectTestCase.PexpectTestCase``
in the tests directory, which sets up some convenient functionality.