jchester / spc-kit

A toolkit for statistical process control using SQL
Apache License 2.0
56 stars 3 forks source link

Use TestContainers #15

Closed jchester closed 1 month ago

jchester commented 1 month ago

Embarrassingly, tests only work on my machine.

jchester commented 1 month ago

I'm backing out of this. Minitest doesn't support whole-suite before/after blocks, so the DB gets spun up from scratch on each describe block. Instead of taking several seconds, it takes several minutes. There isn't an obvious way to recreate whole-suite behavior.

Abandoned work lives on migrate-to-test-container.