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 bda18de commit 7c17051Copy full SHA for 7c17051
doc/en/explanation/goodpractices.rst
@@ -150,6 +150,11 @@ which are better explained in this excellent `blog post`_ by Ionel Cristian Măr
150
See :ref:`pytest vs python -m pytest` for more information about the difference between calling ``pytest`` and
151
``python -m pytest``.
152
153
+.. seealso::
154
+
155
+ :doc:`packaging:discussions/src-layout-vs-flat-layout`
156
+ The Python Packaging User Guide discusses the trade-offs between the ``src`` layout and flat layout.
157
158
Tests as part of application code
159
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
160
0 commit comments