Sergi

Results 6 issues of Sergi

When using [pytest fixtures](https://docs.pytest.org/en/latest/fixture.html), you are supposed to just declare them as input arguments, and they will be automagically loaded. For example: ```python import pytest from myapp import meaning_of_life @pytest.fixture...

feature
help wanted
level:advanced

I'm finding that my objects are left on a transient state, and that attributes have the wrong type. I've review the docs and other issues on the issue tracker, and...

The instant answer was outdated, including some incorrect shortcut keys that have changed. This PR brings the Instant Answer up to date with the latest version of the `sourceUrl` (which...

Are you open to incorporate pull requests that add other frameworks? I'm happy to add one for Pyramid with a couple of WSGI servers. If yes, would you run the...

Is there a way of building two different Python wheels from the same source code, with one of the wheels not including some specific module/package? I could use two different...

I have a project using `pyproject.toml`. Using Windows and PowerShell I can install it locally from source with `pip install .` or `pip install -e .` with no issues. I...