Revision 8915caff4b8142fa36b5d508006175f94ae6f4f7 authored by Stefano Zacchiroli on 21 October 2017, 13:54:23 UTC, committed by Stefano Zacchiroli on 21 October 2017, 13:54:23 UTC
to place stray tables where they belong
1 parent 89b9ce4
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