MarketSquare / MarketSquare/robotframework-sherlock

Split used to count and parents equivalents

Open
#35 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
14
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Currently Sherlock only counts usage of keywords. It would be also useful information how many unique keywords called it. For example:

```
Some Keyword
FOR ${var} IN RANGE 10
Keyword
END

Other Keyword
Keyword
```
Keyword is called 11 times from two unique keywords.

Contributor guide

No contributing guide indexed for this repository

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 code that currently counts keyword usage and inspect how keyword callers are represented. Separate total calls from the number of unique calling keywords, then verify the issue's example reports 11 calls from two unique keywords.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.