-
I'd be curious to hear thoughts from you guys on adding a mocking framework like [mockall](https://crates.io/crates/mockall) for PAC-generation?
Basically, I'd like to be able to `rp-pac { version …
-
Users were previously able to inject resources into a v3 Helm Chart via the `Call` method, but the v4 Chart no longer invokes this client-side.
Let's put together an example of how to mock the v4 Cha…
-
**Describe the bug**
Tests that use NSubstitute to mock internal members of Trimmable assemblies fail when run on Android, with the
following error:
> System.ArgumentException : Can not create p…
-
Hello, am I mocking the method below correctly coz, when called its not returning the result:
```csharp
var blobContent = new BinaryData("this is test data");
var downloadResult = BlobsModelFac…
-
Hello!
I am using version 5.1.2 and jest version 26.6.3. When using `pdf-merger-js/browser`, I was getting an error of "Jest encountered an unexpected token. This usually means that you are trying…
-
Hi!
I’d like to ask you to share your thoughts on how to use gem in testing. Currently, I’ve disabled the validator in the model to speed up tests, but I’m not sure if that’s the best approach. Perha…
-
```
// Gets the block hash of the block with the given number.
extern fn get_block_hash_syscall(
block_number: u64
) -> SyscallResult implicits(GasBuiltin, System) nopanic;
```
not urgent, n…
-
Zulip's [node tests](https://zulip.readthedocs.io/en/latest/testing/testing-with-node.html) are an important part of how we verify the frontend codebase. Tests vary in their quality level; the higher …
-
Using Conan package `trompeloeil/48` and `gcc-14`.
The code below
```c++
#include
#include
#include
class Mock
{
public:
MAKE_MOCK0(fibonacci,std::generator());
};
TEST_CASE(…
-
Opening this issue to begin discussion on how we should handle testing with v2. Currently the unit tests return mocked data and integration tests require containerlab to be spun up.
I propose the …