summaryrefslogtreecommitdiffstats
path: root/tests/views/test_views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/views/test_views.py')
-rw-r--r--tests/views/test_views.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/views/test_views.py b/tests/views/test_views.py
index 4ce73330..700b174d 100644
--- a/tests/views/test_views.py
+++ b/tests/views/test_views.py
@@ -20,18 +20,18 @@ from tests import base
class TestCaseModuleViewAll(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 = view_all.All
class TestCaseModuleViewList(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 = view_list.List
class TestCaseModuleViewPipeline(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 = view_pipeline.Pipeline