MarketSquare / MarketSquare/robotframework-sherlock
File can contain multiple libraries
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Example: https://github.com/robotframework/robotframework/blob/af24c7a313cade151366ed7f78f2425b0d7c2cfd/atest/testresources/testlibs/newstyleclasses.py
Example of usage:
https://github.com/robotframework/robotframework/blob/ffe90db6b036738755af0ffb46a6f6ac98de25fd/atest/testdata/test_libraries/new_style_classes.robot#L2-L3
Contributor guide
No contributing guide indexed for this repository
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 reading the two linked Robot Framework examples, especially newstyleclasses.py and the referenced new_style_classes.robot lines, to understand how multiple libraries are represented and used. Trace the inspector's Python parsing and library-discovery entry point, then verify that one file can expose multiple libraries without breaking existing inspection behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100