Yelp / Testify

A more pythonic testing framework.
Other
306 stars 67 forks source link

report test discovery as a failure #279

Closed bukzor closed 8 years ago

bukzor commented 10 years ago

The aim is to enabling our test-reporting infrastructure to report discovery failures. The implementation will look quite like what we did for class setup/teardown failures; add a dummy "discovery" test that passes or fails depending on whether discovery succeeds.

The prior art (in class setup failures) is found here: https://github.com/Yelp/Testify/blob/master/testify/test_case.py#L222

asottile commented 8 years ago

This was really only relevant when using the sql reporter