swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 9e5a8b754db759bbdbd7559fbe2c1a1622c00b2a authored by Antoine R. Dumont (@ardumont) on 27 July 2018, 13:52:30 UTC
swh.storage.storage: origin_add returns updated list of dict with id
Tip revision: 9e5a8b7
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