-
Check out if usage of async / await for requests is reasonable. Especially check testing, mocking and Python dependencies.
## Prepare
* [ ] Research
* [ ] Read https://lucumr.pocoo.org/2020/1…
-
I don't think we need to change anything for phase 1, but I find the existing impl very difficult to scan, requiring a lot of mental effort to understand what is going on and where I would need to…
-
Currently, tests are mocking every database connection or are skipped (`pytest.mark.skip` in `test_geodatabase.py`).
In order to cleanup database-access-related code (especially avoid having 2 differ…
-
https://github.com/salesforce/apex-mockery
-
🙏 so much for pulling all of this together for testing API wrapper packages -- this is a godsend.
I randomly came across arguments *against* mocking (or rather, there's tradeoffs involved) and some…
-
To ensure the reliability of time-dependent tests and reduce their duration, I suggest mocking time in tests.
Currently, some tests implicitly rely on underlying platform performance by setting arbit…
-
Description:
I encountered a TypeError when running Karma unit tests in an Angular project that uses the carbon-components-angular library. The error seems to occur during the afterAll phase of t…
-
As can be seen in `go.mod`, we depend on `golang/mock` for mocking:
https://github.com/kubevirt/kubevirt/blob/176d0529256dc8f7263e348b1743a89ec614cb51/go.mod#L20
However, as can be seen in https:…
-
### Describe the bug
As seen in [this example](https://github.com/ianlet/qwik-testing-library/blob/main/apps/qwik-basic-demo/src/components/qwik-component.spec.tsx#L223), eslint is not happy becaus…
-
### Library name and version
Azure.ResourceManager.CostManagement 1.0.1
### Query/Question
It is quite difficult to mock functionality related to the Cost Management api, specifically around the Co…