svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 326 forks source link

Ability to do failfast or setup/teardown on tests #146

Open svanoort opened 8 years ago

svanoort commented 8 years ago

It would be nice to allow either an earlyy exit from tests in the event of an initial failure or allow setup/teardown tests to be executed.

Probably ties to the macro system ideally, but failfast could be hacked in easily during the run_test / run_testset methods