all: test

test:
	python -m unittest -v
