-
**Describe the bug**
Tests fail in Fedora rawhide
```
=================================== FAILURES ===================================
_ TestCommands.test_diff_command[t1_corrupt.json-t2.json-Expe…
-
I know the docs say fixtures are not supported, and that's fine, I don't use them with one exception:
```python
@pytest.mark.parameterize(cls=getSubclasses())
@given(...)
def test_subclass(cls, ...)
`…
-
See https://github.com/pytest-dev/pytest-rerunfailures/actions/runs/8409152908/job/23026172136
This ~~can be a temporary problem or a~~ is a hint that we have to change something here to make it co…
-
Hello!
A few days ago a bug occured and we discover that the time were not frozen correctly in our tests. We reported the issue in pytest-freezer (https://github.com/pytest-dev/pytest-freezer/issues…
-
Since I'm attempting to overhaul this test suite to use pytest instead of nose for its test runner, it behooves me to also learn how to use fixtures, a prominent pytest feature.
Reference conversat…
-
Hi all,
Recently, we update the commit of annoy and it failed to run test on Windows, could you please take a look at this issue? Thanks.
**Repro steps:**
1. git clone https://github.com/spotify/…
-
When I try to use Chatterbot I get the following error:
> File "/code/kirk_bot/views.py", line 3, in
from chatterbot import ChatBot
File "/usr/local/lib/python3.6/dist-packages/chatterbot/…
-
**Problem:**
The `conftest.py` fixture's setup/teardown is not executed after each test class iteration.
When running `pytest test_foo.py --setup-plan`, the `SETUP C conf_fixt` is only executed …
-
I tryed to use flask-fixtures for testing my project with py.test. It turned out that the only way to make fixtures load is to make the test class inherite from unittest.TestCase. Doing so make py.tes…
-
I have a `setup` fixture that I've parameterized with class-level scope. When I directly specify the argument values as `[("chrome", "windows", "latest")]`, it works fine, maintaining the class-level …