swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: a8e349c8f8a441fd51e6248e74ec395cb8843988 authored by Nicolas Dandrimont on 27 October 2015, 10:43:39 UTC
New upstream version 0.0.15
Tip revision: a8e349c
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