Revision 1579956b7087fbb0329dadff2d918e4cd375905b authored by Nicolas Dandrimont on 14 June 2016, 15:25:42 UTC, committed by Nicolas Dandrimont on 14 June 2016, 15:25:42 UTC
2 parent s a04fba6 + 8c6e8d7
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