-
define swagger api mock:
Agents:
- User: client and admin
- Room: watch movie at room
- ticket: a ticket as a seat at room
Methods:
- admin login, create room, create ticket
- client login, buy ticke…
-
Hello 👋
In current implementation making API calls is done through methods in ApiExecutor classes, such as SourceFilesApiExecutor, SourceStringsApiExecutor, etc.
Example:
```
ICrowdinApiClien…
-
### Summary
串接 Export Voucher Mock API
### Tasks
- [x] 串接 API
### Dependencies
_No response_
### Other Dependencies
_No response_
### Additional Notes
_No response_
-
We could have a mock of the API using `httpx.Transport` to mock responses and errors from megaparse API. So we can tests how quivr_core respond to each scenario. (TODO: create a ticket for this) — Ami…
-
-
I'm getting a lot of skipped tests, so I need to set an API key to run them? Does it make calls into Flickr, or are they mocked?
-
### What is the bug?
Official tests of the package are failing:
- `test_callable_in_request_session`
- `test_basicauth_in_request_session`
### How can one reproduce the bug?
Run `pytest`
…
-
**Description:**
We need to create unit tests for the `github_service.py` file located in the `app/modules/github/` directory. The goal is to ensure that all functions are thoroughly tested for exp…
-
This is an EPIC for mocking / sandboxing API calls
-
Once we've got the schemas fully in place we'd like to be able to run a mock API purely based on the function annotations, so that users can start up a mock API even before they've implemented any fun…