Revision cd467015091aa705ae8cbd4ee145b1987b06d3a5 authored by Stefano Zacchiroli on 14 September 2015, 17:01:40 UTC, committed by Stefano Zacchiroli on 14 September 2015, 17:01:40 UTC
1 parent 1123290
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