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.
This commit is contained in:
GotthardG
2025-01-31 20:54:58 +01:00
parent 546c570287
commit 51ac892c1f

View File

@ -33,4 +33,5 @@ dependencies = [
[tool.pytest.ini_options] [tool.pytest.ini_options]
norecursedirs = ["backend/python-client"] norecursedirs = ["backend/python-client"]
# Or limit files explicitly # Or limit files explicitly
python_files = ["test_auth.py"] python_files = ["test_auth.py",
"test_contact.py"]