swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 0521cd00214415c1a870797d2ee85c30be9bef0e authored by Nicolas Dandrimont on 23 September 2015, 10:07:45 UTC
New upstream version 0.0.2
Tip revision: 0521cd0
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