swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 60a0be9f30dcdee2d498d6761e41647a28854649 authored by Antoine R. Dumont (@ardumont) on 20 May 2016, 13:26:43 UTC
Add run_from_webserver function for objstorage api server
Tip revision: 60a0be9
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