-
Hey, so I've been writing some feature tests to validate the functionality I've built with the help of this package is working correctly.
While doing so, I noticed the tests often got a bit clunky…
-
> contactName should be a single entity, either a person or an organization.
_Originally posted by @OR13 in https://github.com/w3c/did-spec-registries/pull/373#pullrequestreview-808625421_
I bel…
-
**Proposed solution:**
This could also be used to test imported quasars for code quality.
**What's happening:**
There is no testing.
**What I expect to happen:**
Code should be testable if…
-
ScalaTest Version: 3.2.0-SNAP10
ScalaCheck Version: 1.13.5
ScalaVersion: 2.12.6
The repo demonstrating the issue can be found here https://github.com/mdedetrich/scalatest-forall-async-example (sp…
-
- [x] 1. You provide a coherent account of your onboarding experience.
- [x] 2. You identify ten functions/methods with high complexity, and document the purpose of them, and why the complexity shoul…
-
### System Information
OpenCV python version: 4.5.5
Operating System / Platform: Windows 10
Python version: 3.9.12
### Detailed description
**I've tried various methods I can find on the internet…
-
### Is your feature request related to a problem?
I have a lot of situations and I can't find my problem solution in documentation.
The problem is:
I have a lot of tests where I expect the same e…
-
Remove this getter: there is no good reason a client should need a reference to a component, and it is dangerous to let them get one.
https://github.com/adamkvarnsund/Group-23/blob/7056efd793ddc279…
-
I've been playing around with mutation testing of Fluent Assertions using [Stryker.NET](https://github.com/stryker-mutator/stryker-net/).
From their [docs](https://stryker-mutator.io/)
> What is mut…
-
I have tons of love for GopherJS. It is just a fantastic project. And it is making my efforts at a Go interpreter just fly.
Out of curiosity, I notice that the methodset matching uses the two loop …