Revision 3fd7a9383fca7e5ccbf04de8a128d9b6075ca86d authored by Antoine R. Dumont (@ardumont) on 02 June 2017, 14:16:47 UTC, committed by Antoine R. Dumont (@ardumont) on 02 June 2017, 14:16:47 UTC
2 parent s 8644bd4 + 08827dc
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