swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: d4b837423edc2b485c1ff1677eaf7204ce4bb58a authored by Nicolas Dandrimont on 29 September 2015, 14:43:24 UTC
New upstream version 0.0.6
Tip revision: d4b8374
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