A quick sanity-check question: is there a plugin or otherwise obvious way
to specify tests to run by pulling the names of the tests in from a static
file? It pains me to ask this, because it is so retrograde with respect to
the power of dynamic collection.

Basically, I need to list out the names of test methods in static file, and
then collect those tests. For example:

testuite.py
tests = ['test_1', 'test_2', 'test_3[param_foo]', etc]

thanks,
--derek
_______________________________________________
pytest-dev mailing list
pytest-dev@python.org
https://mail.python.org/mailman/listinfo/pytest-dev

Reply via email to