Add tests for new git branch functionality

This commit is contained in:
Alex Selimov 2025-06-12 21:56:59 -04:00
parent 05e9390bdc
commit 9173399ce8
4 changed files with 465 additions and 0 deletions

View file

@ -9,6 +9,7 @@ authors = [
requires-python = ">=3.13"
dependencies = [
"gitpython>=3.1.44",
"pytest>=8.4.0",
"rich>=14.0.0",
]