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>
337 B
337 B
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.gosuffix depending on the language used. - Run all tests before opening a pull request.