crossbario / crossbario/autobahn-python
Add unittests for type checking
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
The most important step would be unittest the type_check method https://github.com/crossbario/autobahn-python/blob/5202507fde961a01e2bf9e9a43f26fd33c242125/autobahn/wamp/protocol.py#L494
Contributor guide
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 with autobahn/wamp/protocol.py at the referenced type_check method around line 494, and read its current behavior before locating the existing unit-test structure. Add unit tests that exercise type_check and confirm the method's expected results; done means the tests run successfully and cover the method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100