I have a nose.cfg file which i'm porting to nose2. I can't see any way in the nose2 docs to ignore a file or directory.
In nose 1 this was done via these two flags:
ignore-files=settings_test*
exclude-dir=ignorethisdir
How can this be done in nose2?