Skip to content

Commit 8d36bc3

Browse files
davayapradyunsg
andauthored
Add unit test folder (#698)
Add unit test folder to packaging tutorial. This at least gives people a default starting point while we continue discussion in #619 on how to introduce the fact that this is *only* a default, and that how best to lay out test directories is a topic of some debate. Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
1 parent 70ba3e4 commit 8d36bc3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,18 @@ them in the following steps.
4444
packaging_tutorial/
4545
example_pkg/
4646
__init__.py
47+
tests/
4748
setup.py
4849
LICENSE
4950
README.md
5051
5152
53+
Creating a test folder
54+
----------------------
55+
56+
:file:`tests/` is a placeholder for unit test files. Leave it empty for now.
57+
58+
5259
Creating setup.py
5360
-----------------
5461

0 commit comments

Comments
 (0)