Revision c83c1d26ab10454c8b8db716469f728680a48027 authored by Antoine R. Dumont (@ardumont) on 23 August 2016, 14:29:26 UTC, committed by Antoine R. Dumont (@ardumont) on 23 August 2016, 14:29:26 UTC
2 parent s 59dfd02 + a184e94
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