Hello all! I am migrating a project to Pants and I...
# general
g
Hello all! I am migrating a project to Pants and I have some stateful integration tests that use a real DB. My existing solution is to use https://testcontainers-python.readthedocs.io/en/latest/README.html# , can I use this or something like this with Pants?
b
Yes, although how to integrate best will depend on the specifics. 1. How are you currently using it? As a pytest fixture? 2. Have you tried it with pants and observed errors? If so, what sort of errors?