Misleading docstring in test_renegotiation
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 944
- Forks
- 440
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 6
Description
as its written in the following link:
that test should represent "full renegotiation cycle" but instead of that it ends up on calling openssl bindings (renegotiation and handshake), and sudennly tests ends - never finishing mentioned "full cycle of renegotiation"
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
Open tests/test_ssl.py at the linked test_renegotiation location and read its docstring alongside the test body. Update the docstring to accurately describe what the test executes, then run test_renegotiation to confirm the documentation matches the test's behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, testing-qa
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100