-
We have a system where components embedded in a runtime mainly communicate with each other through events.
To test these components (or to specifiy its behavior) I'd like to see more assertions that d…
-
**Describe the bug**
In a typescript project, I need to have access to AuthClass in order to subclass them.
In previous versions of aws-amplify, `import { AuthClass } from 'aws-amplify'` would wo…
-
Similar to https://github.com/ipfs/go-ipfs/issues/3053 we want to have _really good_ test coverage on libp2p. Its the core on which ipfs and other future applications rest, and if libp2p doesn't work,…
-
### Prerequisites
- [x] Checked that your issue hasn't already been filed by cross-referencing [issues with the `faq` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aissue%20la…
-
# OONI: Unit and e2e testing of OONI probe-desktop application
### TL;DR: [Get contributions here](https://github.com/ooni/probe-desktop/pulls?q=is%3Apr+is%3Aclosed+author%3AEddges+)
## Motivati…
-
This is something we have not paid much attention to up to now, but it has come up in discussing how we will implement Multiple Assertions.
For the moment, I see this as a design issue. Clearly, we d…
-
To enable automatic mocking of services required by components, e.g. when using AutoFixture in combination with a mocking framework, there should be a way to either replace the `TestServicesProvider` …
-
# Description
Very strangely, when a property setter is defined as `init` in C# 9, and that property is declared in a generic type, then dynamic generated code throws when calling it.
## Repro
…
-
**Do you want to request a _feature_ or report a _bug_?**
bug
**What is the current behavior?**
doesn't work with `proxyquire`
**If the current behavior is a bug, please provide the steps to reprodu…
-
Since this PSR discourage the service locator pattern, thereby making it so that libraries don't interact with the container, how does this PSR promote interoperability?
It seems to me that interop…