Join Slack
Powered by
1. Will `tox.ini` be picked up automatically when...
# singer-tap-development
s
stephen_bailey
07/26/2021, 4:12 PM
1. Will
tox.ini
be picked up automatically whenever I run
pytest
? This was another new file for me.
a
aaronsteers
07/26/2021, 4:18 PM
Yes, according to the pytest docs, tox.ini is one of the default locations to find config declarations. This helps when invoking pytest directly and also when invoked via VS Code or another IDE.
Open in Slack
Previous
Next