From 93ac2cc947abe7229f49b500f633d07901c7aed3 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 8 Oct 2011 13:48:06 +0200 Subject: [PATCH] update the README with how to run tests --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 2cd41cc..9b72a0c 100644 --- a/README.rst +++ b/README.rst @@ -46,6 +46,13 @@ The best way to contribute code is to write it and to make a pull request on github. Please, think about updating and running the tests before asking for a pull request as it will help us to maintain the code clean and running. +To do so:: + + $ workon budget + (budget) $ python tests.py + +before pushing anything to master :) + As a designer / Front-end developer -----------------------------------