Moved the Accounts shortcut from testlib_journal_entry.py to testlib.py.
This commit is contained in:
@@ -24,8 +24,8 @@ from click.testing import Result
|
||||
from flask import Flask
|
||||
from flask.testing import FlaskCliRunner
|
||||
|
||||
from testlib import NEXT_URI, create_test_app, get_client
|
||||
from testlib_journal_entry import Accounts, add_journal_entry
|
||||
from testlib import NEXT_URI, Accounts, create_test_app, get_client
|
||||
from testlib_journal_entry import add_journal_entry
|
||||
|
||||
|
||||
class DescriptionEditorTestCase(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user