-
# Bug
## Description
During tests if we reuse a database object after a view function that calls `db.session.commit`, we may end up running assertions against a stale object.
Example
```py…
-
It would seem that tests that are set to skip, still get setup() and teardown() executed. Take this for example.
```
#!/usr/bin/env bats
setup() {
sleep 30
}
teardown() {
sleep 30
}
@test "ps"…
-
When using a fixuture with the `package` scope, the `request` object is not of the expected type. To be accurate, the `request.node` is of type `Session` when one could expect it to be of type `Packag…
-
What is the reasoning for only allowing classes for injection and not allowing all callables?
Most of my providers/factories are simple callables / functions. Adding an unnecessary `self` parameter…
-
an immediate use case is to support tests from spikeextractors: https://github.com/SpikeInterface/spikeextractors/blob/master/tests/test_gin_repo.py
- [ ] as a first step we could just copy those "…
-
- https://github.com/aio-libs/aiorwlock/pull/35 passes
- https://github.com/aio-libs/aiomonitor/pull/41 fails
-
From a user perspective, what suggestions do you have regarding writing unit tests for models implemented in linopy? Are there any plans to improve the opportunities for comparing constraint and vari…
-
The Debian package builds cleanly on a Debian 7 but depends on 2 non-existing Debian packages:
- python-click
- python-yaml
Theses dependencies do not exist on my Debian 7 installation.
Regards
Farzy updated
6 years ago
-
## Description
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build …
-
Since @charles-cooper introduced boa's shiny [new gas profiler](https://github.com/vyperlang/titanoboa/commit/952bbbdeb802204c433981deb0bfde882e644b63), it brings us closer to a framework that gives v…