#11 Fixed pep8 test failures

This commit is contained in:
2024-02-23 18:33:19 +00:00
parent bcde471f33
commit 68f738a241
4 changed files with 6 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ os.environ["ENVIRON"] = "test"
run()
@pytest.fixture(scope="module")
def test_client() -> FlaskClient:
""" Enables tests to create requests to the web app