Commit Graph

5 Commits

Author SHA1 Message Date
bb56d32643 chore: fixes coding style issues 2022-11-09 21:08:19 +00:00
d8fae6d689 Datasets can now access the test case and are executed after the setup method has run. 2021-07-28 10:39:39 +01:00
863ddea50b style: split assignment into two lines clarity 2021-07-22 17:54:22 -05:00
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
8d670b4ed7 refactor: renames traits 2021-06-15 23:05:57 +01:00