-
# š feature request
### Description
Gazelle should allow for the configuration and resolution of pytest fixtures. In pytest, fixtures are method parameters that are automatically discovered and ā¦
-
How can I pass a C++ lambda function to `invoke()` as a mock implementation of the function `foo()`?
I want something like this in my test.
```C++
//! lambda function to implement mocked alā¦
-
https://www.npmjs.org/package/component-mocker
- Use component-mocker to create the mocks from the objects
ghost updated
10 years ago
-
Several tests fail:
```
_______________________________________________________________________________ ERROR at setup of test_BBANDS ________________________________________________________________ā¦
-
There are many places in our test code where we do the following:
```python
foo = Foo()
foo.bar = mocker.MagicMock()
```
We should make the following changes so that errors are raised if we mā¦
-
## Description
After #2231, a `NoResultFound` exception can cause a further `AttributeError` in `securedrop_client.logic.Controller.on_reply_download_failure()`.
## Steps to Reproduce
Discoveā¦
-
I am new to pytest.
After "clone github" repo, "pip install -e .", and "pytest --durations=0"
I got the following error messages:
tests/test_mocking_constant_mocker.py, line 6
tests/test_mockiā¦
-
**Describe the bug**
Using `mocker` causes a failure during serialization. It appears `snappiershot` is trying to serialize the `mocker` object but is unable to do so
**To Reproduce**
Write a simā¦
-
Mockito does a great job at the HTTP level, but at times I would like to test lower level clients that send UDP or TCP packets. While this is clearly different from the `server.mock(...) -> Mock` objā¦
-
### Search before asking
- [X] I have searched the existing [issues](https://github.com/arextest/arex-agent-java/issues) before asking.
### AREX Test Service
AREX Java Agent (arextest/arex-ā¦