Run tests from command line

Run test suite

We recommend using pytest to run Sardana tests. Please refer to pytest documentation on how to execute tests. You may find a good example on how run Sardana tests in its CI pipelines.

Note

Some tests may require optional Dependencies to be installed.

Note

Currently the majority of the Sardana tests are written using unittest. We plan to gradually migrate them to pytest.