File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ compromise may be to publish a separate source archive for downstream use
120120elsewhere, for example by attaching it to a GitHub release. Alternatively,
121121large 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
125125run tests after installing them, for example to check for regressions
126126after upgrading a dependency. Yet another approach is to split tests or test
127127data into a separate Python package. Such an approach was taken by
You can’t perform that action at this time.
0 commit comments