Currently, `test_controller.py::TestController` uses simple strings to store state in an attribute. Using an `Enum` would be a cleaner approach to this.
Currently,
test_controller.py::TestControlleruses simple strings to store state in an attribute. Using anEnumwould be a cleaner approach to this.