This section documents automated tests and security-oriented checks implemented for GitNapse.
Tests are intentionally placed under the repository-level tests/ directory to keep them separated from application modules.
tests/github_search_tests.rs- API behavior tests for general search and@meprivate-repo mode using mocked HTTP endpointstests/secure_store_tests.rs- secret storage fallback and file-permission checkstests/auth_precedence_tests.rs- authentication source precedence checks
cargo test