Changes regarding use of streams in diaspy/client.py
[diaspy.git] / Makefile
CommitLineData
385e7ebe
MM
1.PHONY: style-check test
2
3style-check:
e0056129 4 flake8 --max-complexity 6 ./diaspy/
385e7ebe
MM
5
6test:
7 python3 -m unittest --verbose --catch --failfast tests.py