Set environment variables for test suite execution

Property definitions

nitc $ TestSuite :: set_env
	# Set environment variables for test suite execution
	fun set_env do
		var loc = mmodule.location.file
		if loc == null then return
		toolcontext.set_testing_path(loc.filename)
	end
src/testing/testing_suite.nit:323,2--328,4