"The night is darkest just before the dawn"
A pytest-powered validation of Gotham's critical systems
gotham-assignment/
├── bat_functions.py # Original bat functions
├── test_bat_functions.py # test cases
├── .github/workflows/ # CI configuration
│ └── pytest.yml
└── README.md
tests/
├── Unit/ # Isolated function tests
│ ├── Power calculations
│ ├── Signal strength
│ └── Vehicle specs
├── Integration/ # Cross-function scenarios
│ └── Joker tracking
└── Validation/ # Edge cases
This repository is the implementation of a course assignment