use common packages tests implementation (#171)

This commit is contained in:
Peli de Halleux
2018-01-04 09:23:28 -08:00
committed by GitHub
parent 9a4ed45797
commit ba0eb93b0f
6 changed files with 25 additions and 98 deletions

View File

@ -1,4 +1,9 @@
{
"TestEvent.RunSetUp|block": "run setup",
"TestEvent.RunTearDown|block": "run teardown",
"TestEvent.TestSetUp|block": "test setup",
"TestEvent.TestTearDown|block": "test teardown",
"tests.assertClose|block": "assert %message|%expected|close to %actual|by %tolerance",
"tests.assert|block": "assert %message|%condition",
"tests.test|block": "test %name",
"tests|block": "tests",