Task
Create a test template file for binary-search-tree
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
binary-search-tree-add-test-template
- Run:
git checkout -b binary-search-tree-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/binary-search-tree/.meta/template.j2
- Generate test file from new template
- Run:
bin/generate_tests.py binary-search-tree
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
binary-search-treeDetails
binary-search-tree-add-test-templategit checkout -b binary-search-tree-add-test-templategit clone https://github.com/exercism/problem-specifications ../problem-specificationsexercises/binary-search-tree/.meta/template.j2bin/generate_tests.py binary-search-treeAt 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