Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.3 KB

File metadata and controls

33 lines (28 loc) · 1.3 KB

GitNapse Test Documentation

Contents

Overview

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.

Test Files

  • tests/github_search_tests.rs - API behavior tests for general search and @me private-repo mode using mocked HTTP endpoints
  • tests/secure_store_tests.rs - secret storage fallback and file-permission checks
  • tests/auth_precedence_tests.rs - authentication source precedence checks

How To Run

cargo test