swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 173cc1e906081c8d4145f9837d69d10fbcca1de3 authored by Stefano Zacchiroli on 16 October 2015, 12:57:11 UTC
AUTHORS, LICENSE: sync with py-template
Tip revision: 173cc1e
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