From 74c01e0bbfcb9acaf9c331c5260c31659bb8b748 Mon Sep 17 00:00:00 2001 From: "Gary W. Smith" Date: Fri, 17 Apr 2015 16:26:14 -0700 Subject: [PATCH] Include unit test instructions Add instructions for unit testing the plugin in README.rst. --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6c82e0f8..fccf72e2 100644 --- a/README.rst +++ b/README.rst @@ -27,7 +27,7 @@ Apply a patch to horizon since it currently fails to load plugins correctly:: Create a virtual environment and install Horizon dependencies:: - ./run_tests.sh -8 + python tools/install_venv.py Set up your ``local_settings.py`` file:: @@ -71,3 +71,11 @@ If everything has gone according to plan, you should be able to run:: and have the application start on port 8080. The horizon dashboard will be located at http://localhost:8080/ + +Unit testing +------------ + +After installing the plugin with the above instructions, the Manila UI unit tests +can be executed from within horizon:: + + ./run_tests.sh manila_ui