Revision 7cb85e3c0ff036a8b60aee028ffbae5e2d795c71 authored by Nicolas Dandrimont on 05 February 2016, 10:08:53 UTC, committed by Nicolas Dandrimont on 05 February 2016, 10:08:53 UTC
1 parent 2083c24
Raw File
Makefile.local
# run only tests that do not require database setup
test-nodb:
	$(NOSE) $(NOSEFLAGS) -a '!db'

# run only tests that do require database setup
test-db:
	$(NOSE) $(NOSEFLAGS) -a 'db'
back to top