Case study: Contributing to an Open Source project

Make the badge green

Build Status

Getting started

  • Fork this github repository to your own user account on github
  • Clone the repository from your own fork so that you can work on it on your computer.
  • Login to Travis CI with your GitHub account and activate (your fork of) this repo for testing.
  • Edit this README file and replace all mentions of paris-swc in the link above with your user name.

Improve the code

  • Implement missing functions to make the unit tests pass (run tests either locally or let Travis run them for you each time you push changes).

How to run the tests locally

To run the test on your machine, use the pytest package (should already come pre-installed with Anaconda).

In the directory where you cloned the repository, run:

py.test -v preprocess.py