ooi/HACKING.rst
zhouxinyong c021a204f1 Replacing the link in HACKING.rst
Change-Id: I54854bd097010d97ca38b2c46d490f9a8de6fa4d
2018-11-16 11:43:12 +08:00

469 B

ooi hacking guidelines

Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

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