stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

6
.gitattributes vendored
View File

@@ -3,3 +3,9 @@ src/Scanner/__Tests/StellaOps.Scanner.Analyzers.Lang.Python.Tests/Fixtures/** te
# Ensure reachability sample assets keep LF endings for deterministic hashes
tests/reachability/samples-public/** text eol=lf
# Ensure corpus and fixture assets under src/tests keep LF endings for deterministic hashes
src/tests/reachability/corpus/** text eol=lf
src/tests/reachability/samples-public/** text eol=lf
src/tests/reachability/fixtures/** text eol=lf
src/__Tests/reachability/corpus/** text eol=lf