Revision 04bb5cb2d8ecbc6ba6339e174e410d6d83b3e3fc authored by Nicolas Dandrimont on 26 October 2015, 13:28:53 UTC, committed by Nicolas Dandrimont on 26 October 2015, 13:28:53 UTC
1 parent f97305c
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