Skip to content

Commit a268074

Browse files
committed
Implement sync client and refactor test structure
- Implemented synchronous in client, - Added documentation for the new client - Created tests for the new client - Refactored test directory to improve organization
1 parent 2476614 commit a268074

13 files changed

Lines changed: 2669 additions & 1288 deletions

docs/client.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:::scrape_do.client
2+
options:
3+
members_order: source
4+
filters: false

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ theme:
2424
nav:
2525
- Home: index.md
2626
- API Reference:
27+
- Client: client.md
2728
- Models:
2829
- Enums: models/enums.md
2930
- Parameters: models/parameters.md

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
dev = [
2222
"pytest>=7.0",
2323
"pytest-cov",
24+
"pytest-mock",
2425
"pytest-asyncio",
2526
"respx",
2627
"mypy",

0 commit comments

Comments
 (0)