9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 10:45:18 +02:00
qp2/docs/source/programmers_guide/qp_test.rst
2019-01-25 11:39:31 +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|.