use common packages tests implementation (#171)
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user