Moved the JournalEntryLineItemData, JournalEntryCurrencyData, JournalEntryData, and BaseTestData classes from testlib.py to the ".lib" module in the test site.
This commit is contained in:
@@ -23,7 +23,8 @@ from datetime import date
|
||||
import httpx
|
||||
from flask import Flask
|
||||
|
||||
from testlib import create_test_app, get_client, Accounts, BaseTestData
|
||||
from test_site.lib import BaseTestData
|
||||
from testlib import create_test_app, get_client, Accounts
|
||||
|
||||
PREFIX: str = "/accounting"
|
||||
"""The URL prefix for the reports."""
|
||||
|
||||
Reference in New Issue
Block a user