Skip to content
Snippets Groups Projects

tests: Simply testing of temporary scheduler backend

  1. Nov 06, 2024
    • Antoine Lambert's avatar
      tests: Simply testing of temporary scheduler backend · ce3dc6f4
      Antoine Lambert authored
      The temporary scheduler backend creates a disposable PostgreSQL
      database that is dropped when Python session ends. As we already executed
      tests for a PostgreSQL backend in test_scheduler.py, we only need to check
      that the backend can be successfully instantiated.
      
      This greatly speedup overall scheduler tests execution.
      ce3dc6f4
Loading