We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed5c74 commit f248e6dCopy full SHA for f248e6d
3 files changed
.copier-answers.yml
@@ -1,4 +1,4 @@
1
-_commit: v0.9.6
+_commit: v0.9.7
2
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
3
attestations_enabled: true
4
author_email: helmuthva@googlemail.com
CONTRIBUTING.md
@@ -43,7 +43,7 @@ src/brave_search_python_client/ # Source code
43
├── service.py # Service exposed for use as shared library
44
├── cli.py # CLI enabling to interact with service from terminal
45
└── api.py # API exposing service as web service
46
-tests/ # Unit and E2E tests
+tests/brave_search_python_client/ # Tests
47
├── cli_tests.py # Verifies the CLI functionality
48
├── api_tests.py # Verifies the API functionality
49
└── fixtures/ # Fixtures and mock data
0 commit comments