File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ GID=1000
119
119
| Use Case | Shell Code |
120
120
| ---------------------------- | ------------------------------------------------------------------------------ |
121
121
| 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 ` |
124
124
125
125
126
126
### Launch Docker Terminal
You can’t perform that action at this time.
0 commit comments