https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 5db327acf0f4fd338ec9c7f27c176fc379dae673 authored by Antoine R. Dumont (@ardumont) on 15 September 2016, 14:24:53 UTC
Archiver: Adapt ArchiverToBackendDirector to latest storage api
Tip revision: 5db327a
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