-
hello, when I run pytest -v, there is an error
![image](https://github.com/user-attachments/assets/2e6d789d-fe7e-427a-892a-5cc10f587987)
I want to ask if it is because of updation of the dataset or…
-
Hello,
I took your updated project for a spin. Docker containers built successfully and migrations performed as expected. However, when running pytest, only part of the tests pass, with those in …
-
Hi,
In beancount v2 there is a handy utility to incorporate Importer unit tests with pytest: https://github.com/beancount/beancount/blob/v2/beancount/ingest/regression_pytest.py
I couldn't find…
-
Currently used fixtures are deprecated, and will be removed with AiiDA version 3, so we should look into using fixtures from `aiida.tools.pytest_fixtures`.
Most fixtures have a direct correspondenc…
-
write pytest fixtures for the unit test for the input pandas dataframe and for the FFT data (1 member due Monday 2024-11-11 midnight)
-
Make sure different unit/integration tests can be run on their own.
Ways:
- different test folders
- custom marker `@pytest.mark.database` with pytest.ini usage
-
Right now I have some tests commented out. The ones that used the model weights or the predictions are failing as I think there are some differences in the model training, especially for low probabili…
-
[`pytest-raises-with-multiple-statements`](https://docs.astral.sh/ruff/rules/pytest-raises-with-multiple-statements/) only covers `pytest.raises`. It'd be nice if it covers `pytest.warns` as well.…
-
We use the `pytest_lazyfixture` here:
```bash
$ grep -r lazy_fixture
test/widget/test_currentlayouticon.py:from pytest_lazyfixture import lazy_fixture
test/widget/test_currentlayouticon.py:@pyte…
-
### What needs to get done
Change the dependency and fix all the problems, that appear from the difference between those two packages.
### Why it needs to get done
`pytest-freezegun` is unmai…