diff options
author | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2013-12-22 11:59:31 +0100 |
---|---|---|
committer | Gunnar Aastrand Grimnes <gromgull@gmail.com> | 2013-12-22 11:59:31 +0100 |
commit | e3adce3ef49ddfc4e25ae265306a177ce7caf31d (patch) | |
tree | 67771826ab67c6096fc33df218eaf2a7f9387fa5 /test/test_trig_w3c.py | |
parent | cfc20915504f5edab32b8fdc4b891c67004c2838 (diff) | |
download | rdflib-e3adce3ef49ddfc4e25ae265306a177ce7caf31d.tar.gz |
fixed and reanbled last trig tests!
Diffstat (limited to 'test/test_trig_w3c.py')
-rw-r--r-- | test/test_trig_w3c.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_trig_w3c.py b/test/test_trig_w3c.py index f41afdd2..aed425e0 100644 --- a/test/test_trig_w3c.py +++ b/test/test_trig_w3c.py @@ -23,8 +23,6 @@ testers = { } def test_trig(): - from nose import SkipTest - raise SkipTest() for t in nose_tests(testers, 'test/w3c/trig/manifest.ttl'): yield t |