Tests

The module has unittest test cases. These tests will only work in SLSP environment.

To launch them all:

python -m unittest discover

If you want to launch only specific tests:

# Example for fetch_users function
python -m test.test_fetchusers