Revision 6711726405c2a1d19807edafd921394f5b22fc18 authored by Nicolas Dandrimont on 08 March 2016, 16:02:57 UTC, committed by Nicolas Dandrimont on 08 March 2016, 16:03:39 UTC
1 parent bfc8984
Raw File
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