Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 51ac892c authored by GotthardG's avatar GotthardG
Browse files

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.
parent 546c5702
No related branches found
No related tags found
No related merge requests found
Pipeline #48340 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment