rhevm-qe-automation / pytest_jira

py.test plugin to integrate with JIRA
GNU General Public License v2.0
29 stars 25 forks source link

Improve reading of config file and cover by tests #27

Closed lukas-bednar closed 8 years ago

lukas-bednar commented 8 years ago

Add more locations:

vkondula commented 8 years ago

We could replace jira.cfg by pytest ini files. #36 that gives us pytest.ini, setup.cfg and tox.ini in multiple location as specified here https://pytest.org/latest/customize.html#initialization-determining-rootdir-and-inifile

lukas-bednar commented 8 years ago

@vkondula can we close this ticket ? I think you covered it in #37, right?

vkondula commented 8 years ago

Yes, we can close it. As you said, it's covered by #37 .