Add pytest dependency for improved testing capabilities
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 8m31s

This commit is contained in:
Sam 2025-05-31 19:26:02 -05:00
parent a8103af866
commit 4775b59936

View File

@ -5,4 +5,5 @@ description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"pygame>=2.6.1",
"pytest>=8.3.5",
]