Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 178 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 178 Bytes

Unittests

Run unittests from this directory.

    python -m unittest discover  # run all tests
    python -m unittest tests.test.MessageTests  # run specific tests