Revision dc88673d785ffc081e129888516585f92710304d authored by Antoine R. Dumont (@ardumont) on 15 December 2016, 17:25:58 UTC, committed by Antoine R. Dumont (@ardumont) on 15 December 2016, 17:25:58 UTC
2 parent s 54fa857 + d5f4640
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