Commit cb52dd2
```
tests/integration_python/test_main_cli.py:1481: error: No overload variant of "IsList" matches argument type "EllipsisType" [call-overload]
tests/integration_python/test_main_cli.py:1481: note: Possible overload variants:
tests/integration_python/test_main_cli.py:1481: note: def IsList(self, *items: Any, check_order: bool = ..., length: int | tuple[int, int | Any] | None = ...) -> IsList
tests/integration_python/test_main_cli.py:1481: note: def IsList(self, positions: dict[int, Any], length: int | tuple[int, int | Any] | None = ...) -> IsList
```
An ellipsis is a valid argument, as shown in the docs:
https://dirty-equals.helpmanual.io/latest/types/sequence/?h=isl#dirty_equals.IsList.
closes gh-110
---------
Co-authored-by: Francesco Bruzzesi <42817048+FBruzzesi@users.noreply.github.com>
1 parent 31ab5a3 commit cb52dd2
File tree
3 files changed
+9
-3
lines changed- .github/workflows
- dirty_equals
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | | - | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
0 commit comments