allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
95 stars 125 forks source link

Removed fallback option during getoption on the ConfigManager. #39

Closed mgeiger closed 6 years ago

mgeiger commented 6 years ago

Legacy Python (2.7) ConfigManager does not support the optional argument fallback when doing a get on the configuration. We are not currently using it, so until we either sunset Legacy Python support or find a programmatic workaround, we should leave it out.

allankp commented 6 years ago

@mgeiger thank you