lib/core: introduce `test` annotation
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 19 Jun 2017 15:54:29 +0000 (11:54 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Tue, 15 Aug 2017 18:12:16 +0000 (14:12 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/core/core.nit

index 97a4271..6eaff6e 100644 (file)
 
 # Standard classes and methods used by default by Nit programs and libraries.
 # This module is implicitly imported by every module.
-module core
+module core is
+       new_annotation test
+       new_annotation before
+       new_annotation before_all
+       new_annotation after
+       new_annotation after_all
+end
 
 import posix
 import environ