ooi/HACKING.rst
Alvaro Lopez Garcia 4aba28b269 tests: separate between functional and unit
Just move the tests into two separate directories and add instructions
on how to run them.

Change-Id: I45dbed3306c35ce49116654534609cf81b441149
2016-06-23 14:53:44 +02:00

21 lines
471 B
ReStructuredText

ooi hacking guidelines
======================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Code style is enforced and unit and functional testing
are required. To run all of them , just execute:
$ tox
with no arguments.
If you wish to execute only functional (note that this is not integration so we
are only using test doubles here) testing, run:
$ tox -e functional
Syntax checks can be run with:
$ tox -e pep8