Commit 78ff40b
committed
Fix tests for click >= 8.2.0
Update the tests for click >= 8.2.0, by checking the combined "output"
attribute for the error message. With click >= 8.2.0, errors are
emitted to stderr rather than stdout -- checking the combined output
achieves compatibility with both version ranges.
Fixes #1861 parent e0babba commit 78ff40b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
0 commit comments