Open
Description
assume you have a Fake('name', thing='something')
, then later in the scenario you want some call to return Fake('name', thing='another')
- it won't work because Fake
is a singleton.
This results in confusion.
Therefore: make Fake()
raise in this case.
of course, you should still be allowed to redefine a Fake between different scenarios.
Metadata
Metadata
Assignees
Labels
No labels