Commit Graph

103 Commits

Author SHA1 Message Date
jordanbrauer 863ddea50b style: split assignment into two lines clarity 2021-07-22 17:54:22 -05:00
jordanbrauer 60c0ad006f fix: prevent the global hooks from piling up (#351)
this happens due to the global `*All()` hooks (before & after) being
defined as static. We should be a good citizen and we need to clean up
our mess for the next person in the test instance constructor
2021-07-21 20:38:20 -05:00
Nuno Maduro 8d670b4ed7 refactor: renames traits 2021-06-15 23:05:57 +01:00