summaryrefslogtreecommitdiff
path: root/conftest.py
diff options
context:
space:
mode:
authorEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 17:02:11 -0700
committerEevee (Alex Munroe) <eevee.git@veekun.com>2014-08-27 17:02:11 -0700
commit4f7ae70be4a9216ab094add37c4df2c93f4fc07f (patch)
treef8cad429e655f8b25828ed08353cd52d4941483a /conftest.py
parent3f2cec97a5420bb81be811aecbab12f2ff6584bd (diff)
downloadpyscss-4f7ae70be4a9216ab094add37c4df2c93f4fc07f.tar.gz
Reduce tool's reliance on config.LOAD_PATHS.
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