swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: ff87ac5acfe5a0d59573aecb51f76a4bbc115e8a authored by Nicolas Dandrimont on 22 September 2016, 16:49:20 UTC
swh-func: content-revision cache population now takes a list of revs
Tip revision: ff87ac5
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