10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-02 11:25:26 +02:00
quantum_package/docs/source/programmers_guide/qp_test.rst
2019-01-11 19:10:12 +01:00

36 lines
655 B
ReStructuredText

.. _qp_test:
=======
qp_test
=======
.. program:: qp_test
This command runs the consistency test of |qp|.
The tests are run with the |Bats| shell testing environment.
If the name of a test of its number is specified on the command line, only this
test will be run.
Usage
-----
.. code:: bash
qp_test [FLAGS] [TEST]
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|.