openlp/tests
Tomas Groth eba83f1ab9 Merge branch 'master' into openlp-migrate-to-pyside6 2024-04-26 17:24:25 +02:00
..
helpers Merge branch 'master' into openlp-migrate-to-pyside6 2024-03-27 23:16:17 +01:00
js Display API abstraction 2023-08-12 15:59:37 +00:00
openlp_core Merge branch 'master' into openlp-migrate-to-pyside6 2024-04-26 17:24:25 +02:00
openlp_plugins Merge branch 'master' into openlp-migrate-to-pyside6 2024-04-26 17:24:25 +02:00
resources Make the slide height affect the size of the thumbnails generated 2024-04-14 22:36:19 -07:00
utils 2024 - One year older but wiser? 2024-01-05 17:18:59 +00:00
README.rst rename readme in test folder and fix text about dependencies 2021-10-23 15:09:51 +02:00
__init__.py 2024 - One year older but wiser? 2024-01-05 17:18:59 +00:00
conftest.py Merge branch 'master' into openlp-migrate-to-pyside6 2024-03-27 23:16:17 +01:00

README.rst

Tests for OpenLP

This directory contains unit tests for OpenLP. The functional directory contains functional unit tests.

Prerequisites

In order to run the unit tests, you will need the following Python packages/libraries installed:

  • pytest
  • pytestqt
  • flake8

On Ubuntu you can simple install the python3-pytest and flake8 packages. Most other distributions will also have these packages. On Windows and Mac OS X you will need to use pip to install these packages.

Running the Tests

To run the tests, navigate to the root directory of the OpenLP project, and then run the following command:

pytest -v tests