From 9bdf2f7dde7eb6a6767663a3d5dfa1624f59559c Mon Sep 17 00:00:00 2001 From: Miriam Sexton Date: Mon, 14 May 2018 11:43:03 -0400 Subject: Change Developer Guide instruction on how to run tests --- docs/developer-guide.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/developer-guide.txt') diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index dda34bf7..25aaeaab 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -86,8 +86,12 @@ from this repository. Testing ------- -The primary tests are run using tox. To run the tests, first make -sure you have tox installed, then invoke it:: +The primary tests are run using tox. To run the tests, first create the metadata +needed to run the tests:: + + $ python bootstrap.py + +Then make sure you have tox installed, and invoke it:: $ tox -- cgit v1.2.3