Directory of the current test suite

Useful when your tested app need to load some external files.

Property definitions

popcorn $ TestPopcorn :: test_path
	# Directory of the current test suite
	#
	# Useful when your tested app need to load some external files.
	var test_path: String = "NIT_TESTING_PATH".environ.dirname
lib/popcorn/pop_tests.nit:135,2--138,59