New tests for parsing logbooks

This commit is contained in:
2023-02-24 22:55:18 +00:00
parent 3d38611e4f
commit a3fc9a17ed
2 changed files with 100 additions and 1 deletions

View File

@@ -151,7 +151,7 @@ class ImportTest(TestCase):
LOGBOOKS_PATH = settings.EXPOWEB / LOGBOOKS_DIR
test_year = "1986"
self.test_logbook = LOGBOOKS_PATH / test_year / DEFAULT_LOGBOOK_FILE
cls.test_logbook = LOGBOOKS_PATH / test_year / DEFAULT_LOGBOOK_FILE
def setUp(self):
pass