sahara/doc/source/devref/unit_tests.rst
Ruslan Kamaldinov 1badfe1938 Updated project documentation.
- Added developer guide
- Added installation guide
- Removed screenshots of Horizon pages

Change-Id: I827e9dad490099b7825ed812452d89fc7d4d0e83
2013-05-21 16:21:02 +04:00

22 lines
427 B
ReStructuredText

Unit Tests
====================================
Savanna contains a suite of unit tests, in the savanna/tests directory.
Any proposed code change will be automatically rejected by the OpenStack
Jenkins server [#f1]_ if the change causes unit test failures.
Running the tests
-----------------
Run the unit tests by doing:
.. sourcecode:: bash
./tools/run_tests.sh
.. rubric:: Footnotes
.. [#f1] See :doc:`jenkins`.