Files
python-manilaclient/doc/source/contributor/index.rst
melakualehegn 97cfa8e092 Add pre-commit
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
2025-02-25 14:15:53 -03:00

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