`diaspy` ported to use `Connection()` object
[diaspy.git] / Makefile
CommitLineData
385e7ebe
MM
1.PHONY: style-check test
2
3style-check:
4 flake8 ./diaspy/
5
6test:
7 python3 -m unittest --verbose --catch --failfast tests.py