swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 7a866b68977f0da5d5d76648df550c18831518bf authored by Nicolas Dandrimont on 16 October 2015, 12:51:44 UTC
New upstream version 0.0.13
Tip revision: 7a866b6
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