Skip to content
Merged

Typo #391

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Typo
Fix typo nosettests -> nosetests
  • Loading branch information
SiggyF committed Jun 5, 2016
commit 031f4b288cc7ae8750bd5fc77443a2f7aa2c8144
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ Test suite

The basic test suites for tvtk and mayavi can be run using nose::

nosettests -v tvtk/tests
nosettests -v mayavi
nosetests -v tvtk/tests
nosetests -v mayavi

The integration tests::

Expand Down