Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Feb 2, 2017
1 parent 1f6e120 commit dcf7769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_test.py → tests/test_parse.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import unittest

from onto2nx.ontospy import Ontospy


class TestImport(unittest.TestCase):
def test_wine(self):
wine_iri = 'http://www.w3.org/TR/2003/PR-owl-guide-20031209/wine'
Expand Down Expand Up @@ -36,4 +38,4 @@ def test_ado(self):
self.assertEquals(len(o.objectProperties), 12)
self.assertEquals(len(o.datatypeProperties), 0)
self.assertEquals(len(o.skosConcepts), 0)
self.assertEquals(len(o.rdfgraph), 10836)
self.assertEquals(len(o.rdfgraph), 10836)

0 comments on commit dcf7769

Please sign in to comment.