Revision 3c1f40132855906b057572f6ba97a2e8b0be49f1 authored by Nicolas Dandrimont on 05 October 2015, 14:11:19 UTC, committed by Nicolas Dandrimont on 05 October 2015, 14:11:19 UTC
1 parent 103950b
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