summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
index 8019aa8..d5c5bd6 100644
--- a/conftest.py
+++ b/conftest.py
@@ -113,4 +113,5 @@ class SassItem(pytest.Item):
actual = actual.strip('\n')
expected = expected.strip('\n')
+ # TODO how do i make py.test not show the traceback here
assert expected == actual