[pytest-dev] PEP420, Namespace Packages and Pytest Test Layout

2018-08-02 Thread Alexandre Figura
Hi all, I recently discovered that it was possible to import test modules from other test modules without having __init__.py files in my test directories. I thought it was impossible to do so with Pytest. And discovered it was possible because of the PEP420 and namespace packages

Re: [pytest-dev] PEP420, Namespace Packages and Pytest Test Layout

2018-08-02 Thread Floris Bruynooghe
Hi Alexandre, On Thu 02 Aug 2018 at 16:45 +0200, Alexandre Figura wrote: > I recently discovered that it was possible to import test modules from > other test modules without having __init__.py files in my test > directories. I thought it was impossible to do so with Pytest. And > discovered it wa