Skip to content

Commit

Permalink
start docs for testing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Jan 17, 2025
1 parent 810134c commit 1655899
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/testing/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Testing

Edgy provides two testing facilities:

- A [Testclient](test-client.md), which has some testing-only methods and parameters.
- A faker based ModelFactory [ModelFactory](./model-factory.md)
1 change: 1 addition & 0 deletions docs/testing/model-factory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ModelFactory
File renamed without changes.
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ nav:
- Exceptions: "exceptions.md"
- Tips and Tricks: "tips-and-tricks.md"
- Extensions: "extensions.md"
- Test Client: "test-client.md"
Testing:
- "testing/index.md"
- Test Client: "testing/test-client.md"
- Model Factory: "testing/model-factory.md"
- API Reference:
- "references/index.md"
- Model: "references/models.md"
Expand Down

0 comments on commit 1655899

Please sign in to comment.