You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pip show nose2
Metadata-Version: 1.1
Name: nose2
Version: 0.6.5
$ uname -a
Darwin local 14.5.0 Darwin Kernel Version 14.5.0: Thu Apr 21 20:40:54 PDT 2016; root:xnu-2782.50.3~1/RELEASE_X86_64 x86_64
Under debug I see that CollectOnly.startTestRun is called earlier than CollectOnly.registerInSubprocess as results tests are not collected and have normal run. CollectOnly.startSubprocess is never called.
I'm new in nose2 and don't know is it real reason and the issue or I'm doing something wrong.
The text was updated successfully, but these errors were encountered:
config
running
nose2 -v -c unittest.cfg -s my_tests
Under debug I see that
CollectOnly.startTestRun
is called earlier thanCollectOnly.registerInSubprocess
as results tests are not collected and have normal run.CollectOnly.startSubprocess
is never called.I'm new in nose2 and don't know is it real reason and the issue or I'm doing something wrong.
The text was updated successfully, but these errors were encountered: