-
It would be helpful to have setup and tear-down mechanisms, as per NUnit and the like. These could be used at the test, class , or database level to initialise any pre-requisite data, and get rid of i…
-
### setuptools version
setuptools==68.2.2
### Python version
3.9.16
### OS
OpenIndiana
### Additional environment information
_No response_
### Description
The `measure_startup_perf` test fai…
-
Consider this testcase: Page A opens a same-origin page B in a new window/tab, page B runs the following code:
(function f() { ++opener.counter; return Promise.resolve().then(f) })()
then th…
-
# This is a (Bug Report)
## Description
`sls remove` sometime hangs on attempting to teardown resources after a lambda has been deployed in a custom VPC.
For bug reports:
* What went wron…
-
Noticed this while looking at something unrelated. We're reading vlenb twice whereas this should effectively be a constant for a given platform.
```
$ cat rvv-aligned-alloca.ll
declare void @…
-
I've created a min-repro for this issue below. In short, it seems as if either setUp and tearDown are interleaved inbetween tests, or that the effects of setUp and tearDown are interleaved (i.e. garba…
-
## Problem
Container bind mounts cannot be intercepted to perform additional setup and teardown (e.g. in the case of cross-platform Docker products like Docker for Mac).
## Proposal: Mount Point…
-
Seriously I should find a way.
~~The dependency issue makes it kind of hard to write `Unit-Tests`, so i should write pseudo tests to run from Matlab.~~
start Matlab before unit testing, wait until…
-
### What's not working?
When running api unit tests the code below is deleting data from models (which is correct) but also from views (which is incorrect)
```
// line 141+ in node_modules/@redwo…
-
Hey, thanks for the great library. I was wondering if it's possible to set RC_PARAMS with the GoogleTest integration from within the test. I tried setting the environment variable in my test suite con…