Skip to content

Commit 3784439

Browse files
Update docs on nose tests.
1 parent 13117a0 commit 3784439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ GID=1000
119119
| Use Case | Shell Code |
120120
| ---------------------------- | ------------------------------------------------------------------------------ |
121121
| Run all tests | `nosetests -vsw tests --with-coverage --cover-package=datajoint` |
122-
| Run one class of tests | `nosetests -vs --tests=tests.test_fetch:TestFetch.test_getattribute_for_fetch1` |
123-
| Run one specific test | `nosetests -vs --tests=tests.test_external_class:test_insert_and_fetch` |
122+
| Run one specific class test | `nosetests -vs --tests=tests.test_fetch:TestFetch.test_getattribute_for_fetch1` |
123+
| Run one specific basic test | `nosetests -vs --tests=tests.test_external_class:test_insert_and_fetch` |
124124

125125

126126
### Launch Docker Terminal

0 commit comments

Comments
 (0)