familie-hoppe/tests/README.md
copilot-swe-agent[bot] 0d52b35568
Add docs/, src/, tests/ directories and CONTRIBUTING.md
Agent-Logs-Url: https://github.com/donnyandjoern-debug/personal/sessions/5bec8cf7-24ec-4fdc-9f1c-6bb76465898b

Co-authored-by: donnyandjoern-debug <262665187+donnyandjoern-debug@users.noreply.github.com>
2026-04-16 20:09:47 +00:00

10 lines
337 B
Markdown

# Tests
This directory contains tests for the code living in `src/`.
## Conventions
- Mirror the `src/` folder structure so each source file has a corresponding test file.
- Name test files with a `test_` prefix (Python) or `.test.js` / `_test.go` suffix depending on the language used.
- Run all tests before opening a pull request.