Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Truncate

Felix Bernhardt requested to merge truncate into main

Speed up local tests from 80s to 18s by:

  • Truncate DB between tests instead of remigrating the db
  • Reuse the FastAPI app instance between tests
  • Move some queries away from ORM

Merge request reports