-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
type: backward compatibilitymight present some backward compatibility issues which should be carefully noted in the changelogmight present some backward compatibility issues which should be carefully noted in the changelogtype: bugproblem that needs to be addressedproblem that needs to be addressed
Milestone
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
Metadata
Metadata
Assignees
Labels
type: backward compatibilitymight present some backward compatibility issues which should be carefully noted in the changelogmight present some backward compatibility issues which should be carefully noted in the changelogtype: bugproblem that needs to be addressedproblem that needs to be addressed