Yelp / Testify

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

Missing tests should be reported when the infrastructure shuts down in client/server mode #281

Closed asottile closed 8 years ago

asottile commented 10 years ago

Currently they are discovered and then do not have results populated.

I'm not entirely sure when this occurs so it'll need some traiging, but I believe the only case that this occurs is when the server times out waiting for test results on the last tests of the run. In this case it should just flunk the tests that do not respond (or even just as a slightly-better-than-what-happens-now print the missing test names).

bukzor commented 10 years ago

Summarized: fail any tests with unknown status just before shutdown.

This behavior should be relatively easy to assert.

asottile commented 8 years ago

Obsolete via #317