From 7099581aa4c4bbb43411ab6028eec97d98e8ee50 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 19 May 2022 11:13:43 +0100 Subject: [PATCH] vagrant: Update instructions on how to run tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c896aee..f4123e5f 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ A Vagrant box is also provided. `vagrant up` as normal, then `vagrant ssh`. ``` # Run the tests -nosetests iati_datastore +nosetests --exe iati_datastore # Create the db tables iati db upgrade