Task
Create a test template file for alphametics
Details
- If this is your first time contributing to this repository, welcome!
- Contributing to a repository on GitHub requires a fork
- Create a branch on your local repository called
alphametics-add-test-template
- Run:
git checkout -b alphametics-add-test-template
- Clone problem-specifications repository; this is used to populate the template
- Run:
git clone https://github.com/exercism/problem-specifications ../problem-specifications
- Create
exercises/alphametics/.meta/template.j2
- Generate test file from new template
- Run:
bin/generate_tests.py alphametics
At this point, if the generator fails, or you are otherwise stuck,
please feel free to reach out! It is perfectly acceptable to submit
an incomplete PR in order to get feedback or assistance.
Resources
Task
Create a test template file for
alphameticsDetails
alphametics-add-test-templategit checkout -b alphametics-add-test-templategit clone https://github.com/exercism/problem-specifications ../problem-specificationsexercises/alphametics/.meta/template.j2bin/generate_tests.py alphameticsAt this point, if the generator fails, or you are otherwise stuck,
please feel free to reach out! It is perfectly acceptable to submit
an incomplete PR in order to get feedback or assistance.
Resources