An open API service indexing awesome lists of open source software.

https://github.com/unode/python-intermediate-inflammation-sandbox


https://github.com/unode/python-intermediate-inflammation-sandbox

Last synced: about 1 month ago
JSON representation

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.