Add possibility to add and a remove a local convnetion for testing
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 34
- Forks
- 4
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
Functions add_convention and remove_convention would be nice to have to locally test new conventions.
add_convention would get a path to a csv of json file to be copied to the conventions folder and than call sofar.update_conventions._compile_conventions. remove_convention gets a convention name as str and removes it from the conventions folder.
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 conventions folder and the sofar.update_conventions._compile_conventions entry point. Add the two requested functions around that workflow: one should copy a CSV or JSON convention file and compile it, while the other should remove a convention by name. Done means both local operations work as described and leave the conventions folder and compiled conventions consistent.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100