Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / third_party / Python / module / pexpect-4.6 / DEVELOPERS.rst
blobbf2bb9f30f8af075f2a03b3042bc7bd04c662970
1 To run the tests, use `py.test <http://pytest.org/latest/>`_::
3     py.test tests
5 The tests are all located in the tests/ directory. To add a new unit
6 test all you have to do is create the file in the tests/ directory with a
7 filename in this format::
9     test_*.py
11 New test case classes may wish to inherit from ``PexpectTestCase.PexpectTestCase``
12 in the tests directory, which sets up some convenient functionality.