swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 8c6e8d71ee6a6e00c79a062656b63703f4e18b7f authored by Nicolas Dandrimont on 14 June 2016, 15:23:09 UTC
d/control; requirements: Bump swh.core dependency to 0.0.20
Tip revision: 8c6e8d7
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