Commit 50a49131 by James Henstridge

Add a makefile target to run the tests.

parent 2744df74
./django
check:
PYTHONPATH=$(shell pwd) python example_consumer/manage.py test
.PHONY: check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment