We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fde5fd commit c97d009Copy full SHA for c97d009
1 file changed
_episodes/22-scaling-up-unit-testing.md
@@ -86,8 +86,7 @@ and adding more tests scales better as our code becomes more complex.
86
>
87
> > ## Solution
88
> > ~~~
89
-> > from inflammation.models import daily_max
90
-> > from inflammation.models import daily_min
+> > from inflammation.models import daily_max, daily_min
91
> > ...
92
> > @pytest.mark.parametrize(
93
> > "test, expected",
0 commit comments