aboutsummaryrefslogtreecommitdiffstats
path: root/test_shivandragon.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_shivandragon.py')
-rwxr-xr-xtest_shivandragon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_shivandragon.py b/test_shivandragon.py
index e802251..4f003e6 100755
--- a/test_shivandragon.py
+++ b/test_shivandragon.py
@@ -14,7 +14,7 @@ class Test_cardInformationParsing(unittest.TestCase):
# cls.page = html.fromstring(requests.get("http://magiccards.info/m15/en/281.html").text)
# but actually, use the pre-fetched file to avoid querying the server too much
- with open("shivandragon", "r") as file:
+ with open("testcards/shivandragon", "r") as file:
cls.page = html.fromstring(file.read())
# Tests