- (feat): export sequence_reset function on QuickFactory
- (fix): proper delegation to QuickFactory functions
- (fix): fix flaky tests for QuickFactory.Counters
-
(breaking): changed the main function from
buildtocall, so it wont clash with the delegation tobuildon QuickFactory module -
Changed recommended API:
## from
QuickFactory.build(UserFactory, name: "Joe")
## to
UserFactory.build(name: "Joe")- add sequence handling
Initial release.