From 8585c98836502f625f9b09c47a3e713d5f2a3469 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 12 Mar 2013 11:40:14 -0400 Subject: [PATCH] Amended README testing instructions. Change-Id: I0988fa318da381a2621f94c355459bf1550f57f7 --- README.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8b4dee9..a06866d 100644 --- a/README.rst +++ b/README.rst @@ -87,8 +87,13 @@ testr arguments that are needed to tox. For example, you can run: It is also possible to run the tests inside of a virtual environment you have created, or it is possible that you have all of the dependencies -installed locally already. In this case, you can interact with the testr -command directly. Running `testr run` will run the entire test suite. `testr -run --parallel` will run it in parallel (this is the default incantation tox -uses.) More information about testr can be found at: -http://wiki.openstack.org/testr +installed locally already. If you'd like to go this route, the requirements +are listed in requirements.txt and the requirements for testing are in +test-requirements.txt. Installing them via pip, for instance, is simply:: + + pip install -r requirements.txt -r test-requirements.txt + +In you go this route, you can interact with the testr command directly. +Running `testr run` will run the entire test suite. `testr run --parallel` +will run it in parallel (this is the default incantation tox uses.) More +information about testr can be found at: http://wiki.openstack.org/testr