No activity today, make something!
cdent-rhat ToxTestrWishList

20140730204254 cdent  

tox and testr themselves

  • exit on first failure
  • minimize output unless a failure
  • speed

testing in general

  • use py.test?
  • plain assertions
  • less mocks

Tips

testr tests are selected by regex

tox -epy27 -- '(TestAlarms|TestDeprecatedPipeline)'

Whereas py.test is by file.