test.in 379 B

123456789101112131415
  1. pytest
  2. pytest-flask
  3. pytest-sugar
  4. pytest-cov
  5. # to test calls to the API
  6. requests
  7. # to test responses from our API, as given to our UI code
  8. requests_mock
  9. # lets tests run successfully in containers
  10. fakeredis
  11. # required with fakeredis, maybe because we use rq
  12. lupa
  13. # LP solver required to test the function device_scheduler which is used by the StorageScheduler
  14. highspy
  15. pytest-mock