tests

Unit tests for Privex’s SteemEngine library.

To run them, use pytest

# With pytest
pip3 install pytest pytest-cov pytest-asyncio coverage codecov
pytest
# Verbose mode
pytest -v