Re: [PATCH v2] Documentation: kunit: provide guidance for testing many inputs

2020-11-30 Thread Brendan Higgins
On Mon, Nov 23, 2020 at 2:59 PM Daniel Latypov wrote: > > usage.rst goes into a detailed section about faking out classes, but > currently lacks wording about how one might idiomatically test a range > of inputs. > > Add a new chapter for "Common Patterns" and group "Isolating behvaior" > and this

[PATCH v2] Documentation: kunit: provide guidance for testing many inputs

2020-11-23 Thread Daniel Latypov
usage.rst goes into a detailed section about faking out classes, but currently lacks wording about how one might idiomatically test a range of inputs. Add a new chapter for "Common Patterns" and group "Isolating behvaior" and this new section under there. Give an example of how one might test a h