Changes between Initial Version and Version 1 of Ticket #355, comment 4


Ignore:
Timestamp:
Jan 10, 2013, 7:23:49 PM (11 years ago)
Author:
Elrond

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:
     1Giving 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:
    22
    33{{{
     
    55}}}
    66
    7 We could easily modify {{{runtests.sh}}} to add this argument on its own, if no other args are given.
     7We could easily modify {{{runtests.sh}}} to add this argument on its own, if no other relevant args are given.
    88
    99Do we want that?