tests passing

This commit is contained in:
2020-10-21 05:34:06 +00:00
parent de72cfef04
commit 6e937879c2
3 changed files with 36 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ init:
test:
python -m unittest -v tests/test_bit.py
python -m unittest -v tests/test_bits.py
python -m unittest -v tests/test_bytes.py
.PHONY: init test