Closed
Description
Originally reported by: Andreas Pelme (BitBucket: pelme, GitHub: pelme)
getcfg looks at all test directorys (or cwd) and strips command line arguments by removing any arguments that starts with '-'.
This leads to that for instance
py.test -m foo
actually scans for foo/pytest.ini, foo/tox.ini, etc which is not really expected/desired