mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-21 16:03:54 +02:00
Create widgets on person page (#482)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user