update Bits; tests passing

This commit is contained in:
2020-10-13 06:32:50 +00:00
parent 37782f4b8b
commit e8772e9931
3 changed files with 217 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ init:
pip install -r requirements.txt
test:
python -m unittest -v tests/test_bit.py
python -m unittest -v tests/test_bits.py
.PHONY: init test