Skip to content

Latest commit

 

History

History

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Testing

Testing is performed using pytest.

Installation

To install pytest, simply run:

pip install -U pytest

Running Tests

To run the tests, execute the command pytest either from the package root or from the test directory.