Revision de6f4ed87992397813a95f3c977cd92e6257ec0e authored by Nicolas Dandrimont on 03 November 2015, 15:40:59 UTC, committed by Nicolas Dandrimont on 03 November 2015, 15:40:59 UTC
2 parent s 3a95591 + c779ebd
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