summaryrefslogtreecommitdiff
path: root/testers
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2016-11-13 15:40:56 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2016-11-13 15:40:56 +0200
commit3dd3ec7d23707e27ead70ff66a60fa08a2848bfa (patch)
treeb4463a1082c3cf963b07cb4a9e86caea7790847c /testers
parente3a36793330e6b705c2abb3519908c9cfc2bb9a4 (diff)
Make factorytester use existing data
Include test data in repository to simplify testing
Diffstat (limited to 'testers')
-rwxr-xr-xtesters/factorytester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testers/factorytester.py b/testers/factorytester.py
index b6029ca..5e5785e 100755
--- a/testers/factorytester.py
+++ b/testers/factorytester.py
@@ -3,7 +3,7 @@ import parsers
import factories
import xml.etree.cElementTree as ET
-xmlpath = 'C:/Users/Ilsar/Documents/datahack/xml_example.xml'
+xmlpath = 'test_data/NLI_example.xml'
xmltree = ET.parse(xmlpath)
entities = list()