Go to file
DaiChaoXiong 159f1ca815 docs: state the tests-location rule in AGENTS.md §5.1
All test cases live in tests/<module>_tests.rs and access only public API;
internals are either tested through the public API or promoted to pub. The
sole exception is #[cfg(test)] test infrastructure (e.g. the permissive TLS
config in focus-transport).
2026-08-09 21:09:01 +08:00
crates refactor(test): move all unit tests from src/ into tests/<module>_tests.rs 2026-08-09 21:09:01 +08:00
docs/architecture INIT 2026-07-16 17:59:16 +08:00
examples INIT 2026-07-16 17:59:16 +08:00
.gitignore INIT 2026-07-16 17:59:16 +08:00
AGENTS.md docs: state the tests-location rule in AGENTS.md §5.1 2026-08-09 21:09:01 +08:00
Cargo.lock chore(workspace): sync manifests, docs and lockfile 2026-08-09 21:00:04 +08:00
Cargo.toml chore(workspace): sync manifests, docs and lockfile 2026-08-09 21:00:04 +08:00
README.md chore(workspace): sync manifests, docs and lockfile 2026-08-09 21:00:04 +08:00
rust-toolchain.toml INIT 2026-07-16 17:59:16 +08:00

README.md