summaryrefslogtreecommitdiffstats
path: root/tests/scm/test_scm.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scm/test_scm.py')
-rw-r--r--tests/scm/test_scm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scm/test_scm.py b/tests/scm/test_scm.py
index a4fa998d..62ee8762 100644
--- a/tests/scm/test_scm.py
+++ b/tests/scm/test_scm.py
@@ -22,6 +22,6 @@ from tests import base
class TestCaseModuleSCM(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 = scm.SCM