-
# Summary
Code present within [project.specific.conftest](https://github.com/dshah244/dummy_pytest/blob/master/conftest.py)::pytest_sessionfinish()
is shown as "not covered", although it is execut…
-
It's not visible on github actions CI (we skip the sftp tests there), but the sftp backend / store test sometimes behaves weird:
Especially the `test_scalability_big_values` and the `test_scalabili…
-
- [x] a detailed description of the bug or suggestion
- [x] output of `pip list` from the virtual environment you are using
- [x] pytest and operating system versions
- [x] minimal example if p…
-
## Batch 4: Configuration Management Testing
Focus: Loading, toggling, and persisting configuration settings.
Required Source Files:
src/fileselect/config.py
src/fileselect/main.py
tests/conf…
-
# Objetivos / Objectivos / Purpose
## Geral / General
Melhorar a experiencia com testes do sistema usando a biblioteca pytest
## Específicos / Specific
- adicionar o pytest e pytest-django…
-
Because of issues similar to #21, it would be nice to have a comment we can use to disable/suppress errors for certain fixtures. Here's a minimal example:
```python
@pytest.fixture
def blah():
…
-
I have very simple `_fixtures.yaml` configuration:
```
language: pl
areas:
- name: "Kuchni[a]"
id: kitchen_id
floor: "Parter"
...
timers:
- area: "kitchen_id"
start_minutes: …
-
I am using python 3.7 and postgresql
```
@pytest.fixture(autouse=True, scope="session")
def postgres_factory():
"""
Creates an initial fake database for use in unit tests.
"""
p…
-
PR datajoint/workflow-array-ephys#50 added pytest fixtures (e.g., `lab_csv`) from [workflow-session](https://github.com/datajoint/workflow-session/blob/main/tests/__init__.py#L91). Is there an elegant…
-
Pytest 8 no longer works with lazy-fixture, see https://github.com/TvoroG/pytest-lazy-fixture/issues/65, other projects which used it have switched away from it like [pyarrow](https://github.com/apach…
jelly updated
3 weeks ago