all: test lint: pylint -f parseable nilmdb test: python runtests.py clean:: find . -name '*pyc' | xargs rm -f rm -f .coverage rm -rf tests/*testdb*