summaryrefslogtreecommitdiffstats
path: root/tests/reporters/test_reporters.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reporters/test_reporters.py')
-rw-r--r--tests/reporters/test_reporters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reporters/test_reporters.py b/tests/reporters/test_reporters.py
index 920c463f..5b419e80 100644
--- a/tests/reporters/test_reporters.py
+++ b/tests/reporters/test_reporters.py
@@ -21,6 +21,6 @@ from tests import base
class TestCaseModuleReporters(base.BaseScenariosTestCase):
- fixtures_path = os.path.join(os.path.dirname(__file__), 'fixtures')
+ fixtures_path = os.path.join(os.path.dirname(__file__), "fixtures")
scenarios = base.get_scenarios(fixtures_path)
klass = reporters.Reporters