-
Umka could do it the same way as Go does. This would be more consistent than Umka's interfaces.
![image](https://github.com/user-attachments/assets/679a5d86-467e-43d3-9020-756abcc5f2e9)
However,…
-
Right now `Mink` has nice `has*` methods (e.g. `hasContent`, `hasTag`, etc.), that returns true or false. However error messages when something fails, produced by `$this->assertTrue` method are totall…
-
## Quick Description ##
In several projects we check for JSON data (REST, Google Analytics, etc.) These checks often result in a big unreadable text blob as an error message.
We can do better. We sh…
-
Within the new AssertJ 3.26.0 release, I can see that the factory based navigable assertion for iterables has been deprecated internally, along with other mechanisms to do the same thing.
This rais…
-
Hello there, the following invalid test case crashes clang++ by triggering a backend error:
```cpp
int a() { float b[({ goto c; 0; }) + ({ ({ ({ c: 0; }); }); })]; }
```
Tested versions: 3.4 ~…
-
## What problem are you trying to solve?
More expressive assertions around durations, using the methods defined in:
https://www.javadoc.io/static/org.assertj/assertj-core/3.24.2/org/assertj/core/api…
-
## Problem Summary:
I found that assertions for SQLX scripts fail with the following error when `config.bigquery.requirePartitionFilter: true`:
```
Cannot query over table 'dataform.repro' with…
RyuSA updated
2 weeks ago
-
**Feature description or problem with existing feature**
I'm using your extension for a while now but I have trouble when using PHPSpec + Prophecy because it miss specific method understanding (eve…
-
- [x] I have read the [CLA Document](https://github.com/creator-assertions/identity-assertion/blob/main/contributor-license.md) and I hereby sign the CLA.
--------------------------------------…
-
Instead of type using type assertions, prefer to use local Zod parsing as needed, throw null errors, or use a ts-expect-error with a reason.
Let's review any remaining type assertions after trying to…