Lines Matching refs:self
62 def test_first_is_wednesday(self) -> None:
68 def test_first_is_before_wednesday(self) -> None:
74 def test_first_is_after_wednesday(self) -> None:
93 def data(self) -> None:
105 def test(self, is_zero: bool, expected: int) -> None:
112 def data(self) -> None:
124 def test(self, is_zero: bool, expected: int) -> None:
131 def data(self) -> None:
143 def test(self, is_zero: bool, expected: int) -> None:
156 def mock_version(self) -> None:
167 def csv(self) -> None:
169 with mock_csv(self.ORIGINAL_DATA):
172 def test_basic(self) -> None:
177 expected = self.ORIGINAL_DATA.copy()
190 def test_one_release(self) -> None:
212 def test_one_release(self) -> None:
240 def test_rc(self) -> None:
271 def _patch_date(self) -> typing.Iterator[None]:
283 def csv(self) -> None:
285 with mock_csv(self.ORIGINAL_DATA):
288 def test_zero_released(self) -> None:
295 expected = self.ORIGINAL_DATA.copy()
304 def test_zero_not_released(self) -> None:
311 expected = self.ORIGINAL_DATA.copy()