-
t/basic.t fails on some of my smoker systems, possibly because of a diagnostic string change in Getopt::Long:
```
# Failed test 'errors.pl --doom=lots; stdout like (?^:^Value "lots" invalid for op…
-
Hi, thank you for this useful library! I was trying to update it, I downloaded the most recent tarball from PyPI and in my environment with Django 5.1 two tests fail:
```
[ 26s] FAIL: test_postp…
-
It's hard to debug why a type isn't considered iterable by red knot:
For example:
```py
from typing import reveal_type
class TestIter:
def __next__(self) -> str: ...
class Test:
…
-
Hello,
I couldn't find the answer in the docs, so here I am.
Before migrating to TUnit, all I had to do with xUnit was running `dotnet test` from my top-level directory.
Some of my test projects …
-
Currently we only have a PQ/T encryption subkey [for the A.1. test vector](https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-pqc#appendix-A.1). Wouldn't it make sense to add an X25519 subkey?
-
Hello @bitcoder @Iv3x .
I'm trying to integrate a playwright framework with JIRA Xray and stumbled upon this great project.
While doing some tests, I've come across a question I cannot quite answer.…
-
Currently unable to test a custom component which renders the `ngx-echarts` component. It's not recognizing the directives despite importing the directive to the TestBed, nor does it skip when using `…
xndyz updated
8 months ago
-
These tests retry for about a minute after applying a bucket policy that allows the operation, and sometimes the policy applied at the setup doesn't take effect in time.
RP reference: https://url.c…
-
**Flaky test detected. This is an auto-generated issue by GitHub Actions. Please do NOT edit this manually.**
## Test title
Merchant can see T&S and Privacy Policy links without checkbox
## Test pa…
-
#132587 partially reverted #129346 because that caused a test failure in cfg_eval, but the revert PR didn't come with a test because it involved proc-macros and was hard to minimize. We should still a…