Revision 945bdfb6da3bd34fe0bf783f26a63e5af4466c62 authored by Nicolas Dandrimont on 28 September 2015, 13:41:14 UTC, committed by Nicolas Dandrimont on 28 September 2015, 13:41:14 UTC
1 parent 573b8d4
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