jason-roberts / FeatureToggle

Simple, reliable feature toggles in .NET
http://dontcodetired.com/blog/?tag=/featuretoggle
Apache License 2.0
687 stars 111 forks source link

Add unit tests for remaining toggle types. #7

Closed ajedwards closed 10 years ago

ajedwards commented 11 years ago

Add unit tests for:

EnabledBetweenDatesFeatureToggle EnabledOnOrAfterDateFeatureToggle EnabledOnOrBeforeDateFeatureToggle SqlFeatureToggle

There is some crossover with existing integration tests, but I believe that there is still value in testing these units in isolation from the config file.

ghost commented 10 years ago

Thanks for the merge Jason.

jason-roberts commented 10 years ago

No worries, thanks for the contribution!. I'm currently working on v2.1 so if you can think of any new toggle types/features feel free to add an issue :)