From 51ac892c1fe0e41080ff6202872a78953470727b Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Fri, 31 Jan 2025 20:54:58 +0100 Subject: [PATCH] Clean up testfunctions.ipynb by removing redundant code Removed outdated and unused code snippets from testfunctions.ipynb to streamline the notebook. This improves readability and reduces clutter, ensuring the file contains only relevant and functional code samples. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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