-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpinned
Description
Describe the feature request
Similarly to the Java library's FakeUnleash, it would be useful to have an official way to easily mock the UnleashClient of this library.
Background
We would like to set enabled feature toggles from integration tests without having to implement a FakeClient in our own code.
Solution suggestions
Similarly to the Java version: define common interface, FakeUnleash implements it too, and it uses a completely local state so that enabled feature toggles can be set from the code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededpinned
Type
Projects
Status
For later