1. Will `tox.ini` be picked up automatically when...
# singer-tap-development
s
1. Will
tox.ini
be picked up automatically whenever I run
pytest
? This was another new file for me.
a
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.