File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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
120
120
elsewhere, for example by attaching it to a GitHub release. Alternatively,
121
121
large files, such as test data, can be split into separate archives.
122
122
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
125
125
run tests after installing them, for example to check for regressions
126
126
after upgrading a dependency. Yet another approach is to split tests or test
127
127
data into a separate Python package. Such an approach was taken by
You can’t perform that action at this time.
0 commit comments