https://github.com/unode/python-intermediate-inflammation-sandbox
https://github.com/unode/python-intermediate-inflammation-sandbox
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/unode/python-intermediate-inflammation-sandbox
- Owner: unode
- Created: 2021-04-26T13:59:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T13:59:48.000Z (about 5 years ago)
- Last Synced: 2025-11-20T22:04:18.694Z (7 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PatientDB
A template repository for Intermediate Software Carpentry.
## Purpose
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.
## TODOs
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'
## Tests
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.