Closed matveypashkovskiy closed 3 years ago
ATM if pytest --rts executed not in a git repo (no .git folder) execution fails. Instead, let's print a warning. Something like: "Not a git repository! pytest-rts is disabled. Run git init before using pytest-rts"
pytest --rts
.git
git init
ATM if
pytest --rts
executed not in a git repo (no.git
folder) execution fails. Instead, let's print a warning. Something like: "Not a git repository! pytest-rts is disabled. Rungit init
before using pytest-rts"