https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 9082524752162e96d9625886f3a9f4e609c4b171 authored by Nicolas Dandrimont on 06 February 2018, 14:27:10 UTC
api.client: switch back_compat for snapshot_add as well
Tip revision: 9082524
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