Hi, I'm python developer at Inspera and is interes...
# welcome
q
Hi, I'm python developer at Inspera and is interested in pants build to manage internal monorepo for our team. So far I've managed to use linting (flake8, mypy, bandit), but I'm struggling on how to run our tests that we currently have running with docker-compose (db, s3 and opensearch in containers)
👋 5
h
Interesting. Do your tests run natively and connect to those dockerized services? Or do the tests also run in a container?
q
@happy-kitchen-89482 tests also run in container