Skip to content

Commit e76f9ef

Browse files
committed
Merge branch 'refactor-test-discovery' of https://github.com/elazarg/mypy into refactor-test-discovery
Conflicts: mypy/test/data.py
2 parents 583cb14 + c408b14 commit e76f9ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mypy/test/data.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,11 @@ class DataSuite:
573573
base_path = '.' # type: typing.ClassVar[str]
574574
optional_out = False # type: typing.ClassVar[bool]
575575
native_sep = False # type: typing.ClassVar[bool]
576+
<<<<<<< HEAD
576577
require_stable = False # type: typing.ClassVar[bool]
577578
require_incremental = False # type: typing.ClassVar[bool]
579+
=======
580+
>>>>>>> c408b1491c21b632d65ece6da03a6236dd994218
578581

579582
def __init__(self, *, update_data: bool) -> None:
580583
self.update_data = update_data

0 commit comments

Comments
 (0)