Skip to content

Commit c97d009

Browse files
authored
🎨 Put imports in unit tests on single line
1 parent 7fde5fd commit c97d009

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

_episodes/22-scaling-up-unit-testing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ and adding more tests scales better as our code becomes more complex.
8686
>
8787
> > ## Solution
8888
> > ~~~
89-
> > from inflammation.models import daily_max
90-
> > from inflammation.models import daily_min
89+
> > from inflammation.models import daily_max, daily_min
9190
> > ...
9291
> > @pytest.mark.parametrize(
9392
> > "test, expected",

0 commit comments

Comments
 (0)