Skip to content

Commit 0e00cac

Browse files
committed
docs: add empty line
1 parent f8e1ca7 commit 0e00cac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

user_guide_src/source/testing/fabricator.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ method where you can define exactly what the faked data should look like:
5656
Notice in this example how the first three values are equivalent to the formatters from before. However for ``avatar``
5757
we have requested an image size other than the default and ``login`` uses a conditional based on app configuration,
5858
neither of which are possible using the ``$formatters`` parameter.
59+
5960
You may want to keep your test data separate from your production models, so it is a good practice to define
6061
a child class in your test support folder:
6162

0 commit comments

Comments
 (0)