10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 12:00:56 +02:00
quantum_package/docs/source/users_guide/qp_test.rst
2018-12-25 18:59:11 +01:00

31 lines
529 B
ReStructuredText

.. _qp_test:
=======
qp_test
=======
This command runs the consistency test of |qp|. The tests are run with the |bats| shell testing environment.
Usage
-----
.. code:: bash
qp_test [FLAGS]
Flags :
[-a] Run all the tests
[-v] Verbose mode: shows the output of the runs
.. option:: -a
Runs all the tests. By default, run only the tests of the current
directory, and the directories below.
.. option:: -v
Verbose mode. Print the output of the running executions of |qp|.