Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Side by Side Diff: third_party/pexpect/DEVELOPERS.rst

Issue 1398903002: Add third_party/pexpect (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@end-to-end-test
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/pexpect/.travis.yml ('k') | third_party/pexpect/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 To run the tests, use `py.test <http://pytest.org/latest/>`_::
2
3 py.test tests
4
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::
8
9 test_*.py
10
11 New test case classes may wish to inherit from ``PexpectTestCase.PexpectTestCase ``
12 in the tests directory, which sets up some convenient functionality.
OLDNEW
« no previous file with comments | « third_party/pexpect/.travis.yml ('k') | third_party/pexpect/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698