Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ scripts/gen_sync.py and add the resulting changes to the synchronous class as we

Any PRs that change the synchronous class by hand or without updating the asynchronous one and/or
the gen_sync.py script will be immediately closed.

## pytest

There are now pytest unit tests which are configured to run on any new PR, these tests must be
passing to merge. Please add tests to any fixes or new features.
Loading