upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/reference/test-strategy.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-01-11 15:59:00 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-01-11 15:59:00 +0000
commit59f429cb18f218993a5052e4c36199fa96a82d2d (patch)
treee0e96333b9990d365d8a1c316a6adbd98653f649 /docs/reference/test-strategy.md
parenta1d649f643a10c653c8b20dd1cc53df89b4335be (diff)
fix: skip integration tests that require git in Nix build
Extended test skipping to include integration tests in tests/common/ that create git repos and spawn git processes: - common::git_server:: - Tests that create git repos and run git daemon - common::purgatory_helpers:: - Helper tests that init git repos These tests are integration tests that verify git interaction, they run successfully in: - Local development (git available in devShell) - CI/CD pipelines (git installed) - Docker builds (git installed in image) The Nix sandbox intentionally isolates builds and doesn't provide git during the package build phase. We skip these tests to allow clean builds while maintaining test coverage in appropriate environments.
Diffstat (limited to 'docs/reference/test-strategy.md')
0 files changed, 0 insertions, 0 deletions