jlaska / pytest-github

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

Feature target ids #13

Closed chrismeyersfsu closed 6 years ago

chrismeyersfsu commented 6 years ago

Allow specifying ids=['foo', 'bar'] in github marker so that only a subet of parametrized permutations can be targeted.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 96.067% when pulling 50af22fa799df377041cd28e688dde90da90a910 on chrismeyersfsu:feature-target_ids into 6c465090b7c3920b1655d1b8cb837a3e3ea7e8fa on jlaska:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 96.067% when pulling 130cbd3154ab308573b3ee0d80b6927548561434 on chrismeyersfsu:feature-target_ids into 6c465090b7c3920b1655d1b8cb837a3e3ea7e8fa on jlaska:master.

jlaska commented 6 years ago

Tests are passing, merging. Thanks!