Aleksandr Shemenev
Results
1
comments of
Aleksandr Shemenev
> ```lua > g.before_test({'test_1, test_2'}, function() ... end) > ``` Hook is defined for `test_1` and `test_2` of the group `g` only > ```lua > group1.before_each(, function() ... end) >...