exercism / exercism/erlang-tests-generator
Testgenerator should not only generate testsuite and stub
- Dominant language
- Erlang
- Stars
- 1
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
On updating the exercise, the testgenerator should also update other files:
* [ ] `README.md`
* [ ] `rebar.config`
* [ ] `src/$slug.app.src`
On generating a new exercise, it shall also make sure that folders exist before attempting to create anything else:
* [ ] `$exercise` folder
* [ ] `src` folder
* [ ] `test` folder
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the generator's exercise-update and new-exercise paths, then check how it creates the testsuite and stub. Done means updating README.md, rebar.config, and src/$slug.app.src, and ensuring the $exercise, src, and test folders exist before other output is created.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- erlang
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100