diff options
| author | Éric Araujo <earaujo@caravan.coop> | 2019-12-14 13:33:46 -0500 |
|---|---|---|
| committer | Éric Araujo <earaujo@caravan.coop> | 2019-12-14 13:33:46 -0500 |
| commit | db9f893fc6c54164a71c2e96321e60e9b34c6f7a (patch) | |
| tree | f918ae87025ccaa2da953411c049b70726b792b7 /HACKING.txt | |
| parent | 0168300b0da3c79e05ec87aa777e04674a86cebb (diff) | |
| parent | 948b692469cdcaeb38f37982f0810954c545b920 (diff) | |
| download | pyramid-db9f893fc6c54164a71c2e96321e60e9b34c6f7a.tar.gz pyramid-db9f893fc6c54164a71c2e96321e60e9b34c6f7a.tar.bz2 pyramid-db9f893fc6c54164a71c2e96321e60e9b34c6f7a.zip | |
merge upstream
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.txt b/HACKING.txt index 901eb8518..5ccc318de 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -74,10 +74,10 @@ Running Tests to your virtual environment: # run a single test - $ $VENV/bin/nosetests pyramid.tests.test_module:ClassName.test_mytestname + $ $VENV/bin/nosetests tests.test_module:ClassName.test_mytestname # run all tests in a class - $ $VENV/bin/nosetests pyramid.tests.test_module:ClassName + $ $VENV/bin/nosetests tests.test_module:ClassName Optionally you can install a nose plugin `nose-selecttests` to run specific tests. @@ -93,7 +93,7 @@ Running Tests tests like so: $ $VENV/bin/pip install pytest - $ $VENV/bin/pytest --strict pyramid/ + $ $VENV/bin/pytest --strict pyramid/ tests/ To run individual tests (i.e., during development), see "pytest usage - Specifying tests / selecting tests": |
