
This is helpful to automate code style checks when commiting, avoiding the need to remember to do this manually. The run_tests.sh script has been removed from the repository since it is outdated, unused and had a number of uncaught formatting issues. Change-Id: Id3f38942972bc6d35427e66bb26f8f1b2f271f7d
606 B
606 B
Contributing
Basic Information
contributing
Programming HowTos and Tutorials
adding_release_notes
Testing
Manilaclient has two types of tests - 'unit' and 'functional'.
The preferred way to run tests is using tox
.
See Consistent Testing Interface for more details.
functional-tests