Skip to content

Development

Stefan Cosma edited this page May 4, 2023 · 1 revision

Testing

You can run tests using the coverage module.

Install it like so:

pip install coverage

and then run this command, in the root folder of Plexorcist:

coverage run -m unittest discover
Clone this wiki locally