-
Antoine Pelisse authored
Test running time goes from 150 seconds to 7 seconds with that one simple trick. Do not re-parse openapi schema for every test, but keep one version for the whole test (specifically since it's read-only anyway).
ed38f434
Test running time goes from 150 seconds to 7 seconds with that one simple trick. Do not re-parse openapi schema for every test, but keep one version for the whole test (specifically since it's read-only anyway).