Andreas Zoufal

Results 5 comments of Andreas Zoufal

> I tried to modify the tests structure in your example to add `__init__.py` files everywhere but it deos not work.. :( Yeah sure, I don't know where I've read...

I'm not sure, but it looks like the `pytest-flake8` plugin has no problem with this option, but `pytest-pylint` has trouble to find the modules too. Maybe worth to have a...

Thank you for spending time on this! Like you, I run flake8/pylint without pytest plugins manually at the moment. Otherwise, I use the coverage plugin on a regular basis, especially...

+1, I use .editorconfig file now, and the definition in there should be taken.

Exactly the same here. Using `postgres` as db-name seems to work. I wonder if there changed something recently inside the `sqlx` package of in PostgrSQL itself? Because I think the...