nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
381 stars 86 forks source link

Add 'discover' mode to fl-run-bench #116

Closed sjbrown closed 10 years ago

sjbrown commented 10 years ago

Discover mode will let fl-run-bench be invoked without specifying the particular test case. This implementation attempts to behave like unittest's 'discover' argument, and there is even a similar --failfast option.

I also shuffled around / refactored some code and made some slight tweaks to the help / usage text.

bdelbosc commented 10 years ago

Excellent job Shandy