Return a new port for each instance

Property definitions

popcorn :: pop_tests $ Sys :: test_port
	# Return a new port for each instance
	fun test_port: Int do
		return testing_id % 20000 + 10000
	end
lib/popcorn/pop_tests.nit:80,2--83,4