We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e1ca7 commit 0e00cacCopy full SHA for 0e00cac
1 file changed
user_guide_src/source/testing/fabricator.rst
@@ -56,6 +56,7 @@ method where you can define exactly what the faked data should look like:
56
Notice in this example how the first three values are equivalent to the formatters from before. However for ``avatar``
57
we have requested an image size other than the default and ``login`` uses a conditional based on app configuration,
58
neither of which are possible using the ``$formatters`` parameter.
59
+
60
You may want to keep your test data separate from your production models, so it is a good practice to define
61
a child class in your test support folder:
62
0 commit comments