Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.

This commit is contained in:
2023-03-23 17:26:27 +08:00
parent 361b18e411
commit 7515032082
7 changed files with 35 additions and 36 deletions

View File

@@ -26,8 +26,7 @@ from flask import Flask
from flask.testing import FlaskCliRunner
from test_site import db
from testlib import NEXT_URI, create_test_app, get_client
from testlib_journal_entry import Accounts
from testlib import NEXT_URI, Accounts, create_test_app, get_client
from testlib_offset import TestData
PREFIX: str = "/accounting/options"