mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 14:46:05 -04:00
Tests cleanup
This commit is contained in:
parent
7916b8e7f4
commit
a800ce43f3
2 changed files with 12 additions and 10 deletions
7
tests/all.py
Normal file
7
tests/all.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
import unittest
|
||||
|
||||
from .hashes import SHA256
|
||||
from .hashes import SHA512
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main(verbosity=2)
|
Loading…
Add table
Add a link
Reference in a new issue