MarketSquare / MarketSquare/robotframework-requests
Add keyword "Delete Session"
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 512
- Forks
- 283
- PR merge metrics
- No merged PRs in 30d
Description
There is keyword `Delete All Sessions` which "Removes all the session objects", but there is no keyword for removing one session.
Such a keyword may be useful for teardown one test case.
Suggested name variants:
- `Session Close`
- `Delete The Session`
- `Remove Session`
- `Terminate Session`
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 by locating the existing `Delete All Sessions` keyword and its tests, then inspect how session objects are stored and removed. Add the single-session keyword using the agreed name, and verify that teardown removes one session without affecting others.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100