Skip to content

Move flask test server to session scope

Moving the flask test server to pytest session scope improves the time to run functional tests substantially. It is safe to do this since GraphQL deals only with the archive data.


Migrated from D8313 (view on Phabricator)

Merge request reports