...If I am in the tests directory, how come if I do this:
$ tests> nose2 -c ./another_cfg.cfg scenarios.default
nose2 doesn't read from the config file, but if I go up a level and do:
$ dir> nose2 -c tests/another_cfg.cfg tests.scenarios.default
nose2 DOES read from the named config file?
Or if I do:
$ tests> nose2 --t ../ -c ./another_cfg.cfg tests.scenarios.default
it loads the config file.
The real confusing part is that when nose2 isn't able to load the config file nose2 doesn't complain, so the user has no idea what's going on.
Thanks. I'd really like to use nose2 for our organization's testing, but some of the behavior seems a bit strange. We are willing to contribute but I'd like to know if I am just missing something with the design of the framework.
--
You received this message because you are subscribed to the Google Groups "nose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nose-users+...@googlegroups.com.
To post to this group, send email to nose-...@googlegroups.com.
Visit this group at http://groups.google.com/group/nose-users.
For more options, visit https://groups.google.com/groups/opt_out.
In sum, I think nose2 could be improved with the following behaviors:
Do you think our observations are reasonable, or are we missing real-world use-cases that drove these decisions?
Thanks again for your time,
Aaron
--