issues
search
chilli-axe
/
mpc-autofill
Print automation software (leveraging MakePlayingCards) for your tabletop gaming community
https://mpcautofill.github.io
GNU General Public License v3.0
216
stars
97
forks
source link
Migrate integration tests to testcontainers
#252
Closed
ndepaola
closed
2 months ago
ndepaola
commented
2 months ago
Description
Had a few mins spare tonight, so I thought I'd clean up our test configuration a bit to spin up postgres and elasticsearch with testcontainers
Build time is about the same but github actions is less hacky + running the tests doesn't overwrite data in your local elasticsearch instance anymore
Checklist
[x] I have installed
pre-commit
and installed the hooks with
pre-commit install
before creating any commits.
[x] I have updated any related tests for code I modified or added new tests where appropriate.
[x] I have manually tested my changes as follows:
No manual testing required
[x] I have updated any relevant documentation or created new documentation where appropriate.
None required
Description
Checklist
pre-commit
and installed the hooks withpre-commit install
before creating any commits.