git_dag.git_commands.create_test_repo_and_reference_dot_file¶
- git_dag.git_commands.create_test_repo_and_reference_dot_file(path: Path | str = 'test/resources/default_repo') None [source]¶
Create a git repository and its associated DOT file (to use as reference).
Note¶
This is meant to be used only when the test resources should be changed. To execute:
cd src/git_dag && python git_commands.py
.