Merge "How to run Zaza tests with layered source charms"

This commit is contained in:
Zuul 2020-03-06 11:03:04 +00:00 committed by Gerrit Code Review
commit d2ae9a2d7b
1 changed files with 8 additions and 0 deletions

View File

@ -202,6 +202,14 @@ See ``tox.ini`` to determine specifically which test targets will be executed by
each tox target. Zaza_ test calls are defined in the ``tests/`` directory for
classic charms, and in the ``src/tests/`` directory for layered source charms.
.. note:: Layered source charms must be built before the Zaza_ tests can be run:
.. code:: bash
tox -e build
cd build/builds/mycharm/
tox -e func
Rechecking
==========