swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 34f7638f26ec5e049aa4f1e413653d771c941af5 authored by Nicolas Dandrimont on 06 June 2017, 16:43:43 UTC
New upstream version 0.0.86
Tip revision: 34f7638
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