Create widgets on person page (#482)

This commit is contained in:
KM-R
2023-12-28 18:29:09 +01:00
committed by GitHub
parent 260a47e201
commit 85aeb0a95e
5 changed files with 112 additions and 7 deletions

View File

@ -17,11 +17,11 @@ def _set_session(full_db: Session) -> Generator[None, None, None]:
def test_import() -> None:
"""Checks if an import of the company page can be made."""
"""Checks if an import of the person page can be made."""
assert person is not None
def test_layout() -> None:
"""Checks if the company page can be created."""
selected_company_id = "2"
person.layout(selected_company_id)
"""Checks if the person page can be created."""
selected_person_id = "2"
person.layout(selected_person_id)