Pavel Dikov
Pavel Dikov
Not sure if this is a common pattern, but we like to store the cache directory on `/var/tmp` as the usual home directory may be on a network share (and...
Many organisations employ in-band scanner tools on their internal PyPI mirrors, with the aim of preventing the ingress of compromised/non-compliant dependencies. Usually such tools will make their blocking decisions known...
What it says on the tin, really. Just like we have `src/myproj/__init__.py::hello()`, why not also have `tests/test_placeholder.py::test_hello()` and maybe even `tests/conftest.py`?