-
When cross-compiling OpenBLAS using osxcross, I receive this error:
```
pkgutil: not found
```
Relevant makefile snippet in OpenBLAS:
https://github.com/OpenMathLib/OpenBLAS/blob/8a0cd5fcef…
-
Hello 👋
In current implementation making API calls is done through methods in ApiExecutor classes, such as SourceFilesApiExecutor, SourceStringsApiExecutor, etc.
Example:
```
ICrowdinApiClien…
-
### Problem
Currently we can mock `GET` endpoints but not `PUT` endpoints (not sure about other kinds like `POST`). We need to be able to mock `PUT` endpoints (and others if they are not supported).
…
-
Hey! I wanted to ask what the recommended way is for mocking this library or plans for doing so. Because we're using struct fields on `client`, there doesn't seem to be any easy way to mock the client…
-
-
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…
-
https://github.com/RedHatQE/python-utility-scripts/pull/62 would be removing tests for jira, as they are very limited and are not testing it actually. Need to add full tests using mocking.
-
**Is your feature request related to a problem? Please describe 🙏**
Since Algolia provides nothing like LocalStack for testing, I must write poor tests that mock the Algolia client object. The tes…
-
*If you want to discuss a new feature, please ignore/clear this form.*
### ScalaMock Version (e.g. 3.5.0)
6.0.0
### Scala Version (e.g. 2.12)
3.4.2
### Runtime (JVM or JS)
JVM
### Pleas…
-
### Description
After upgrading to quarkus 3.16.2, I am greeted by this warning from mockito during my quarkus:test run:
> 2024-11-12 16:28:41,271 INFO [io.quarkus] (main) Installed features: [agro…