Grzegorz Śliwiński

Results 153 comments of Grzegorz Śliwiński

Oh.... https://docs.python.org/3/library/shutil.html#shutil.which could make a nice default fallback 🤔

Okay should be solved in a manner of examples rather than actual implementation, see #894

I'm on 1.1.8 and I'm having this issue in PyCharm ![image](https://user-images.githubusercontent.com/229393/99526974-5903f280-299c-11eb-983f-0966c768cc68.png)

@michaeljsnyder you'd have to actually have custom loader function and pass it to the fixture instead of the SQL file path. basically copy this function https://github.com/ClearcodeHQ/pytest-postgresql/blob/pypy/pytest_postgresql/sql.py#L7 And having the SQL...

Out of curiosity, why are you creating additional database in there?

@michaeljsnyder the immediate solution that comes to my mind would be an **autouse** session fixture that does the cleaning at teardown. With this, I have an additional question, that might...

Could you rebase with master and write some explanation? a newsfragment with details of the change?

@uosjead I've incorporated your idea and actually implemented this on master