Revision ba64d1a1ad0e0bee4ca61180655aee8891f785e6 authored by Nicolas Dandrimont on 07 October 2015, 16:49:54 UTC, committed by Nicolas Dandrimont on 07 October 2015, 16:49:54 UTC
1 parent 3ddcc6a
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