Closed nickovs closed 5 years ago
It's a trivial change but I think there should be a test case to ensure that this is automatically tested and continues to behave as expected.
I did think about that. Right now there is no test case for Inclusive
at all other than checking that the description works (the same goes for Exclusive
. If I get a moment I'll look at writing a test suite for them both.
@svisser I created a set of new tests for both Inclusive
and Exclusive
, for the input cases of an empty input, one of the variables and all of the variables, with and without default values for the Inclusive case.
It seems a useful change to make to me.
Given that it's new functionality, I wonder if @alecthomas has an opinion on this?
This is a trivial implementation of a fix for #381.