MarketSquare / MarketSquare/robotframework-requests

Add keyword "Delete Session"

Open
#406 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.