python-hyper / python-hyper/h2
Use Hypothesis' stateful testing to test interactions between stacks
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 187
- PR merge metrics
- No merged PRs in 30d
Description
Hypothesis has support for stateful testing: http://hypothesis.readthedocs.io/en/latest/stateful.html
It feels like this would be a good fit for testing the hyper-h2 state machine, and maybe more interactions betweeen multiple client/server instances, although I suspect it's probably non-trivial.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading Hypothesis' stateful testing documentation and reviewing the hyper-h2 state machine and its existing tests. Identify which state transitions and interactions between multiple client/server instances should be modeled. Done means stateful tests cover agreed interactions and reliably expose invalid transitions or regressions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100