-
https://github.com/NVIDIA/Fuser/compare/wjy/pytest?expand=1 is a failed attempt of mine.
Currently, Python distributed tests rely on mpi_test to get ranks, sizes and the barrier. After we expose Com…
-
When a fixture is not used but needs to be included for some reasons, [flake8-unused-arguments](https://github.com/nhoad/flake8-unused-arguments) will rightfully issue a warning.
For instance, a fix…
-
Hello!
`pyproject.toml` isn't supported and only `pytest.ini` to enable `generate_report_on_test` and I have an existing project that uses `pyproject.toml` with `[tool.pytest.ini_options]` since y…
-
I have the following folder structure:
```
/private/tmp/super-project git:[main]
tree
.
├── README.md
├── pyproject.toml
├── super_project
│ ├── README.md
│ └── pyproject.toml
└── uv.l…
-
Why do we need to communicate like this?
Pytest reports tests as it discovers/runs it. we moved to this model so User has feedback on what is going on. For repos with > 10k tests some times the disco…
-
### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
Sync test function attempting to use async fixture fa…
-
After adding and configuring pytest-bdd-ng I can no longer run any of my unit tests because pytest crashes with the following exception:
```
tests/unit/intake/test_cleaning_processors.py:None (tes…
-
I'd like to be able to stop or kill a test. When a test is started and remains like a zombie, I can't stop it or kill it. I need to restart VSCode
-
It's a good idea to try and write some tests for your code here. Check out the pytest: https://docs.pytest.org/en/stable/, and its corresponding code coverage package : https://coverage.readthedocs.…
-
**Describe the bug**
In developer mode, the lumigator folder is mounted on the backend container. The fastapi server automatically reloads whenever any change in the backend folder is detected, so de…