123456789101112131415 |
- pytest
- pytest-flask
- pytest-sugar
- pytest-cov
- # to test calls to the API
- requests
- # to test responses from our API, as given to our UI code
- requests_mock
- # lets tests run successfully in containers
- fakeredis
- # required with fakeredis, maybe because we use rq
- lupa
- # LP solver required to test the function device_scheduler which is used by the StorageScheduler
- highspy
- pytest-mock
|