mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-09-11 10:26:38 +00:00
chore: ignore the artifacts the test suite writes into the work tree (#1292)
test_configmigrate leaves a <fixture>.new working copy behind whenever a migration test fails, test_visualize writes example_report.pdf into the current directory, and test_config creates tests/testdata/docs/. All three showed up as untracked noise in every status and invited accidental commits. Co-authored-by: Andreas <drbacke@gmx.de>
This commit is contained in:
@@ -260,6 +260,12 @@ tests/testdata/new_optimize_result*
|
||||
tests/testdata/openapi-new.json
|
||||
tests/testdata/openapi-new.md
|
||||
tests/testdata/config-new.md
|
||||
# Working copies test_configmigrate leaves behind when a migration test fails
|
||||
tests/testdata/*.new
|
||||
# Written by test_visualize into the working directory
|
||||
example_report.pdf
|
||||
# Written by test_config into the working directory
|
||||
tests/testdata/docs/
|
||||
|
||||
# FastHTML session key
|
||||
.sesskey
|
||||
|
||||
Reference in New Issue
Block a user