AnthonyCxx / comfort-airlines

High Point University 2024 Senior Software Engineering Project
2 stars 0 forks source link

Updates for flight.py and airport.py unit tests #34

Closed Dhud6 closed 5 months ago

Dhud6 commented 5 months ago

I added all the type and value checks I could for test_flight.py and test_airport.py. Adjusted a few things in classes, the main change being 2 new methods in flight.py. I added the set_actual_departure_time() and set_actual_arrival_time() functions to ad type and value checks when setting the actual_departure_time and actual_arrival_time properties.