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>
10 lines
337 B
Markdown
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.
|