Revision 137f82c270576eba88f0c24ab457db3c4a498840 authored by Nicolas Dandrimont on 05 February 2016, 10:12:55 UTC, committed by Nicolas Dandrimont on 05 February 2016, 10:12:55 UTC
1 parent 7cb85e3
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