Revision 6f379430ac943ec58f8bf7c3f7abd5a00ff5269f authored by Nicolas Dandrimont on 23 October 2015, 15:20:37 UTC, committed by Nicolas Dandrimont on 23 October 2015, 15:20:37 UTC
1 parent dcd9f1c
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