~juju-qa/charms/trusty/juju-reports/trunk

1
2
3
4
5
6
test:
	python -m unittest discover -vv ./tests -p 'test_*.py'
lint:
	flake8 --max-line-length=80 .
clean:
	find . -name '*.pyc' -delete