-
Notifications
You must be signed in to change notification settings - Fork 1.6k
test vs. tests #1165
Copy link
Copy link
Open
Labels
component: guidescomponent: tutorialsgood first issuehelp wantedtype: enhancementA self-contained enhancement or new featureA self-contained enhancement or new featuretype: taskSomething that needs to be done that is not a bug or featureSomething that needs to be done that is not a bug or feature
Description
Metadata
Metadata
Assignees
Labels
component: guidescomponent: tutorialsgood first issuehelp wantedtype: enhancementA self-contained enhancement or new featureA self-contained enhancement or new featuretype: taskSomething that needs to be done that is not a bug or featureSomething that needs to be done that is not a bug or feature
Fields
Give feedbackNo fields configured for issues without a type.
Should tests live in directory
testortests? The guide seems inconsistent to me, but I'm new to contemporary Python packaging, so I may have missed something.It is
testin guides/using-manifest-in.rst:and
testsin tutorials/packaging-projects.rst:Is
testsalways the expected name for the directory containing tests? Could/should the guide standardize on that?