From a47859540a895dbbe4a0d7de4890f1300eb48b2e Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Mon, 4 May 2015 18:10:04 -0300 Subject: [PATCH] Don't collect tests by their class name --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 3046dfd85..73d169601 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,6 @@ [pytest] usefixtures = chdir python_files=test_*.py __init__.py +python_classes= addopts = --doctest-modules --assert=plain twisted = 1