diff --git a/pyproject.toml b/pyproject.toml index 5dc6c5d..e7e554c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,4 +33,5 @@ dependencies = [ [tool.pytest.ini_options] norecursedirs = ["backend/python-client"] # Or limit files explicitly -python_files = ["test_auth.py"] \ No newline at end of file +python_files = ["test_auth.py", + "test_contact.py"] \ No newline at end of file