This repository has been archived by the owner on May 22, 2023. It is now read-only.
fixtures: refactor fixtures
parameter into module-method
#46
Milestone
Currently, fixtures are provided to laxar-mocks by setting initializing special properties of the
fixtures
object export before loading a test module.For better documentability, a method (e.g.
init
) should be used, that clearly explains the use in spec-runners and the associated module statefulness.The text was updated successfully, but these errors were encountered: