Removed the test data from the OptionTestCase test case. It does not need data.
This commit is contained in:
parent
87f9063ceb
commit
bb5383febe
@ -27,7 +27,6 @@ from flask.testing import FlaskCliRunner
|
|||||||
|
|
||||||
from test_site import db
|
from test_site import db
|
||||||
from testlib import NEXT_URI, Accounts, create_test_app, get_client
|
from testlib import NEXT_URI, Accounts, create_test_app, get_client
|
||||||
from testlib_offset import TestData
|
|
||||||
|
|
||||||
PREFIX: str = "/accounting/options"
|
PREFIX: str = "/accounting/options"
|
||||||
"""The URL prefix for the option management."""
|
"""The URL prefix for the option management."""
|
||||||
@ -68,7 +67,6 @@ class OptionTestCase(unittest.TestCase):
|
|||||||
Option.query.delete()
|
Option.query.delete()
|
||||||
|
|
||||||
self.client, self.csrf_token = get_client(self.app, "admin")
|
self.client, self.csrf_token = get_client(self.app, "admin")
|
||||||
self.data: TestData = TestData(self.app, self.client, self.csrf_token)
|
|
||||||
|
|
||||||
def test_nobody(self) -> None:
|
def test_nobody(self) -> None:
|
||||||
"""Test the permission as nobody.
|
"""Test the permission as nobody.
|
||||||
|
Loading…
Reference in New Issue
Block a user