swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 62b086d1d10434213c893a9ac36b4fe742392ef2 authored by Nicolas Dandrimont on 12 October 2017, 17:51:24 UTC
New upstream version 0.0.92
Tip revision: 62b086d
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