-
With https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/pull/2587, the below should work:
```
make DESIGN_CONFIG=designs/asap7/mock-array/Element/config.mk grt
make ABSTRACT_SOURCE=5_1…
-
I'm trying to mock an overcomplicated API that I don't own, but that my code makes calls to. For each of my tests I have to mock quite a lot of endpoints, but most of them should behave the same way f…
-
Hello there,
i migrated the project from tsyringe, and it works perfectly fine.
When running vitest following occurs when i try to mock a dependency, which is normally injected in the constructor:…
-
There are a few classes that it is generally a bad idea to mock: trying to mock them is usually a code smell indicating that a test is not testing the correct part of the application, and mocking them…
-
Tests targeting an actual remote triplestore are a source of flaky and/or slow tests.
Mocking SPARQLWrapper would be a solution for that and also potentially generally useful.
lu-pl updated
4 weeks ago
-
I have a bindgen generated ffi function that uses variadic arguments. This is allowed on stable rust for extern C functions. The code that `automock` generates fails to compile for stable rust.
###…
-
Just to collect ideas:
- https://github.com/inejge/ldap3
- https://docs.rs/ldap-test-server/latest/ldap_test_server/
-
Is there a possibility in the development plans for the introduction into this project of the simplest internal mock MQTT broker, for which the transport level between tasks would be transmitted throu…
-
I'm trying to mock a service that is supposed to be called multiple times and fail, and then succeed at the Nth time. Since these are retries the requests should be the same, so there's no way to dist…
-