Skip to content

aaspst/gotham-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🦇 Batman Functions Testing

"The night is darkest just before the dawn"
A pytest-powered validation of Gotham's critical systems


📁 Project Structure

gotham-assignment/
├── bat_functions.py          # Original bat functions
├── test_bat_functions.py     # test cases
├── .github/workflows/        # CI configuration
│   └── pytest.yml           
└── README.md                

🎯 Testing Approach

Test Hierarchy

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages