swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 691e24ad1d422ae0131779c4d7f8278dcd64afb9 authored by Nicolas Dandrimont on 07 December 2015, 11:51:36 UTC
converters: allow numeric timestamps with offset
Tip revision: 691e24a
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