swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: c0c9f16b1e134f593e7567570a1761b156e6eb1d authored by Nicolas Dandrimont on 24 August 2016, 12:22:29 UTC
sql/swh-schema: add a `metadata` column to origin_visit
Tip revision: c0c9f16
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