Skip to content

Commit

Permalink
Updated UnitTests (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmelo committed Oct 18, 2015
1 parent b4632a3 commit 565b948
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UnitTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ You can run all tests in serial from the python interpreter like this:
from MDAnalysis.tests import test
test(argv=["--exe", "-v"])'
```
The elements of the list passed to argv are the same as the possible flags to mda_nosetests.
The elements of the list passed to argv are the same as the possible flags to mda_nosetests. Specific file/class/test testing can be done by supplementing the appropriate test descriptor, for instance:
```python
test(argv=["--exe", "-v", "test_analysis.py:TestContactMatrix.test_sparse"])'
```

nose's `nosetests` script can also be used (just make sure you are running the right version)
```
Expand Down

0 comments on commit 565b948

Please sign in to comment.