Skip to content

Commit

Permalink
Add unit test folder (#698)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
davaya and pradyunsg committed Feb 23, 2020
1 parent 70ba3e4 commit 8d36bc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/tutorials/packaging-projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,18 @@ them in the following steps.
packaging_tutorial/
example_pkg/
__init__.py
tests/
setup.py
LICENSE
README.md
Creating a test folder
----------------------

:file:`tests/` is a placeholder for unit test files. Leave it empty for now.


Creating setup.py
-----------------

Expand Down

0 comments on commit 8d36bc3

Please sign in to comment.