A template repository for Intermediate Software Carpentry.
This repository is intended to be used as a template which is copied by learners at Intermediate Software Carpentry workshops.
This can be done using the Use this template
button towards the top right of this repo's GitHub page.
In a number of places, TODO
comments indicate where code may be added during the
workshop as the necessary topics are introduced.
Each TODO
comment should refer to a particular section of the workshop:
TODO(lesson-collaborative)
- refers to the lesson titled 'Collaborative Software Development'TODO(lesson-robust)
- refers to the lesson titled 'Writing Robust Software'TODO(lesson-design)
- refers to the lesson titles 'Software Design in Python'
Several tests have been implemented already, some of which are currently failing. These failing tests set out the requirements for the additional code to be implemented during the workshop.
The tests should be run using pytest, which will be introduced during the workshop.