List of files in the charm project >
run_tests
The run_tests
file is a Bash script used as a helper for running unit tests. By default, it is set up to lint with flake8
and start unit tests with Python unittest. You may choose to manage this activity differently as your charm grows or testing requirements increase. Some charm authors use tox for this purpose.