This PR adds the raises keyword arg to the github marker. When the raises keyword is used, a test will only be xfailed if the marked function fails with the provided Exception.
Coverage remained the same at 100.0% when pulling 9e7c0821cd8a31db9cc0a59dbc3248054c42cf6c on jakemcdermott:marker_specific_exceptions into e94e5f355d0cb614207339b3a8e921cef8834066 on jlaska:master.
This PR adds the
raises
keyword arg to the github marker. When theraises
keyword is used, a test will only be xfailed if the marked function fails with the provided Exception.