Skip to content

Commit 8a3a56c

Browse files
committed
Reword installing tests to make it clearer
1 parent addf891 commit 8a3a56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/discussions/downstream-packaging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ compromise may be to publish a separate source archive for downstream use
120120
elsewhere, for example by attaching it to a GitHub release. Alternatively,
121121
large files, such as test data, can be split into separate archives.
122122

123-
On the other hand, some projects (NumPy_, for instance) decide to install tests
124-
in their Python packages. This has the added advantage of permitting users to
123+
On the other hand, some projects (NumPy_, for instance) decide to include tests
124+
in their installed packages. This has the added advantage of permitting users to
125125
run tests after installing them, for example to check for regressions
126126
after upgrading a dependency. Yet another approach is to split tests or test
127127
data into a separate Python package. Such an approach was taken by

0 commit comments

Comments
 (0)