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
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
You can’t perform that action at this time.
0 commit comments