Is self created for unit testing purpose?

See nitunit.

Property definitions

nitc $ MEntity :: _is_test
	# Is `self` created for unit testing purpose?
	#
	# See `nitunit`.
	var is_test: Bool = false is writable
src/model/model_base.nit:107,2--110,38