jlaska / pytest-github

Plugin for py.test that associates tests with github issues using a marker
MIT License
18 stars 9 forks source link

use get_closest_marker #15

Closed AlanCoding closed 6 years ago

AlanCoding commented 6 years ago

https://github.com/jlaska/pytest-github/issues/14

jlaska commented 6 years ago

Thanks for the PR! Looking at the failing test results, it appears perhaps more of this type of change might be needed?

AlanCoding commented 6 years ago

yes, this does need to be revisited, but those test results are helpful.