nuxeo / FunkLoad

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

allow fl-run-bench to take modules in addition to filenames #41

Closed joeshaw closed 12 years ago

joeshaw commented 12 years ago

This lets you do things like:

fl-run-bench project.submodule.loadtests MyTestCase.test_something

which I prefer for my projects.