Fix random test failures by ignoring .git in copytree (#3949)

This commit is contained in:
Ludovico Magnocavallo
2026-05-08 20:57:40 +02:00
committed by GitHub
parent 98554a9d20
commit 1fd1c9ae98
3 changed files with 18 additions and 11 deletions

View File

@@ -138,6 +138,7 @@ pytest 'tests/modules/project/tftest.yaml::context' --tb=short -s
* **Branching:** Use `username/feature-name`.
* **Commits:** Atomic commits with clear messages.
* **PR Titles:** Avoid semantic commit prefixes. Use Title Case for the first word.
* **Docs:** Do not manually edit the variables/outputs tables in READMEs; use `tfdoc.py`.
## Adding Context Support to a Module