The difference is if you're running tests from your root project directory, the package is importable regardless of whether or not it is installed, as python picks up packages in the current working directory by name.…
Good thing about finally converging on some sort of standard means tools become more interoperable: Another good tool (which was endorsed by the PyPA) is Hatch - https://hatch.pypa.io/latest/environment/ I currently use…
The difference is if you're running tests from your root project directory, the package is importable regardless of whether or not it is installed, as python picks up packages in the current working directory by name.…
Good thing about finally converging on some sort of standard means tools become more interoperable: Another good tool (which was endorsed by the PyPA) is Hatch - https://hatch.pypa.io/latest/environment/ I currently use…