Changes between Initial Version and Version 1 of Ticket #355, comment 4
- Timestamp:
- Jan 10, 2013, 7:23:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #355, comment 4
initial v1 1 Giving a path to nosetests can easily prevent most of this problem. It tell it to seaerch only for tests in the given directory, like this:1 Giving a path to nosetests can easily prevent most of this problem. It tells it to search only for tests in the given directory, like so: 2 2 3 3 {{{ … … 5 5 }}} 6 6 7 We could easily modify {{{runtests.sh}}} to add this argument on its own, if no other args are given.7 We could easily modify {{{runtests.sh}}} to add this argument on its own, if no other relevant args are given. 8 8 9 9 Do we want that?