Revision 160f109b15a45dee37cf9562d326955abc3729d0 authored by Nicolas Dandrimont on 11 October 2017, 15:39:29 UTC, committed by Nicolas Dandrimont on 11 October 2017, 15:39:29 UTC
2 parent s 1089069 + b8f5018
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