Add a test masterlist

It'll be extended with more test metadata in future.
This commit is contained in:
Oliver Hamlet
2019-03-25 08:20:03 +00:00
parent 646a8d02e0
commit a35abab104
3 changed files with 33 additions and 21 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class TestLootApi(GameFixture):
self.assertNotEqual(db, None)
class TestDatabaseInterface(GameFixture):
masterlist_path = u'masterlist.yaml'
masterlist_path = u'../../test/masterlist.yaml'
def setUp(self):
super(TestDatabaseInterface, self).setUp()