From dbbcf97bcb2abf40cd6ae4478eea2390a24ecf78 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 10 Aug 2012 20:37:38 +0530 Subject: [PATCH] Add notes on installing cram. Fix #17. The latest published version of cram doesn't work for us. We need a development version, as specifed in the `requirements.txt` file. This is now documented. --- README.mkd | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.mkd b/README.mkd index 1c843dc..613bec1 100644 --- a/README.mkd +++ b/README.mkd @@ -440,13 +440,15 @@ mentioned above. ## Running the tests All the tests are in the `tests` folder and are run using the [cram][] test -system. Once you have cram installed, you can run the tests as +system. The latest version on that website, as of today is v0.5, which does not +have the `--shell` argument which is required to run our tests. So, to get the +correct version of cram, run - make + pip install -r requirements.txt -or +With that, once you have cram installed, you can run the tests as - make tests + make If you are making a feature addition, I'd really appreciate if you can add a test for your feature. Even if you can add a test for an existing feature, that -- 2.0.0