refactor code structure. tests passing.
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,10 +1,10 @@
|
||||
init:
|
||||
pip install -r requirements.txt
|
||||
pip3 install --user -r requirements.txt
|
||||
|
||||
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
|
||||
python3 -m unittest -v tests/test_bit.py
|
||||
python3 -m unittest -v tests/test_bits.py
|
||||
python3 -m unittest -v tests/test_bytes.py
|
||||
|
||||
.PHONY: init test
|
||||
|
||||
|
Reference in New Issue
Block a user