-
---
## Tasks
1. **Set Up Testing Framework:**
- Install and configure `pytest` and `pytest-flask` for testing the application.
2. **Write Unit Tests for Routes:**
- Test each endpoint f…
-
---
## Tasks
1. **Set Up Testing Framework:**
- Install and configure `pytest` and `pytest-flask` for testing the application.
2. **Write Unit Tests for Routes:**
- Test each endpoint f…
-
Follow-up of https://github.com/Colin-b/pytest_httpx/issues/144#issuecomment-2071887265
----
The following example works with pytest-httpx 0.26 but fails with pytest-httpx 0.30:
```python
im…
-
Hi,
Thank you for your work on Firedrake!
I noticed that `requirements-ext.txt` includes both production dependencies (e.g., scipy, sympy) and development dependencies (e.g., pylint, pytest, nbv…
-
Struggling to create a minimal implementation of this, but it seems that when we're using `pytest-cov`, mocking out `os`, and then have an internal pytest error we have hundreds of megabytes of AST da…
-
# Description
When running Python tests in VS Code using Test Adapter Converter UI, test will hang if I individually run a test that uses mock_open from unittest.
If I run the individual test from co…
-
**Description:**
We need to create unit tests for the `github_service.py` file located in the `app/modules/github/` directory. The goal is to ensure that all functions are thoroughly tested for exp…
-
The [unit testing suite for traefik](https://github.com/canonical/traefik-k8s-operator/tree/main/tests/scenario) is probably the largest scenario test battery around.
Today I ran it and I realized it…
-
I have an issue trying to run mutmut, and when running with debug = True, I get the following output:
```
Running stats python -m pytest -vv -x -q --import-mode=append --rootdir=.
ImportErr…
-
Seems like `assert_configuration()` (and presumably also `assert_reading()`) are broken for numpy array types. I guess they probably were already broken before these changes, but one of …