Revision da9178785344429b4262f569c699cf1ea15df6bc authored by Nicolas Dandrimont on 05 February 2016, 14:58:25 UTC, committed by Nicolas Dandrimont on 05 February 2016, 14:58:25 UTC
1 parent 9afcea5
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