-
-
```
Currently mock_calls returns list of mock calls, each of who'se is call()
object that is basically tuple, 2nd element of which is args and 3rd is kwargs.
I'd suggest adding .args and .kwargs att…
-
https://github.com/nervosnetwork/ckb/compare/v0.117.0-rc1...v0.117.0-rc3
117 support include_tx_pool:bool to ChainRpc::get_live_cell
- https://github.com/nervosnetwork/ckb/commit/4cf…
-
As suggested by Patto:
Split of annotation services and scripts into a more isolated component with mock service available for developers.
-
From what I understand from the [Doppleganger code](https://github.com/EthWorks/Waffle/blob/master/waffle-mock-contract/src/Doppelganger.sol), it mocks function calls by hashing `msg.data` and creatin…
-
```
"axios": "0.21.1",
"axios-mock-adapter": "1.19.0"
```
**Issue:** Adapter can't match URL if it contains part of base URL
**Example:** Base URL is `/app` and url is `/appliance` mock won't…
-
-
**Is your feature request related to a problem? Please describe.**
When no env set when creating new mock server, Postman creates env only with set "url" variable.
**Describe the solution you'd li…
-
```
What steps will reproduce the problem?
1. Want to mock this:
with open(source_file, 'r') as f:
for line_num, line_text in enumerate(f):
print line_text
2. Tried this:…
-
I ask because I would like to know the implementation details of this library.
At the moment, the official version has the word beta in its name:
```
```
What does it mean that it is a bet…