Yelp / Testify

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

Test runner now prints test names one per line. #193

Closed asottile closed 11 years ago

asottile commented 11 years ago

Fixes https://github.com/Yelp/Testify/issues/192

$ bin/testify test/test_runner_test.py
..
PASSED.  2 tests / 2 cases: 2 passed, 0 failed.  (Total test time 0.00s)
milki commented 11 years ago

Can you add tests for get_test_list as well?

asottile commented 11 years ago

Updated :)

$ bin/testify test/test_runner_test.py
....
PASSED.  4 tests / 3 cases: 4 passed, 0 failed.  (Total test time 0.00s)
milki commented 11 years ago

Thanks!

lgtm

If no other concerns, will merge on 10/14

mrtyler commented 11 years ago

This generally looks like great progress. I'll leave this open for now to let @asottile make any tweaks based on my comments, and merge it in later.

asottile commented 11 years ago

I renamed get_test_list to get_tests_for_suite