Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 237 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 237 Bytes

Poetry Template

  • Install packages poetry install
  • Run all tests poetry run pytest or make test-all
  • Run tests for a specific file poetry run pytest tests/test_parking_system.py or make test NAME=test_parking_system