Sergio León
Sergio León
I have written this in my project: ```python @pytest.fixture() def test_shared_dir(request: FixtureRequest, tmp_path: Path): original_path = Path(request.fspath.dirname) if original_path.name != "tests": while original_path.parent.name != "tests": original_path = original_path.parent original_path =...
After writing my issue, I have been thinking about it and with a few changes, I can achieve the same result in a more best way, I think. With this...
Hello, Finally, today I have been able to publish successfully a FastAPI application. I think that the problem was that I didn't understand well how to fix all the pieces...
Hi, I'm facing the same problem here Closing + Depends does not work
Idem here PyCharm 2022.2.4 (Community Edition)