mirror of
https://github.com/python/cpython.git
synced 2025-11-09 18:11:38 +00:00
[3.13] gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052) (#129123)
(cherry picked from commit f7cc7d296c)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
d2ec87f740
commit
a9bb0092d0
19 changed files with 68 additions and 64 deletions
|
|
@ -321,7 +321,7 @@ def test_length(self):
|
|||
|
||||
def test_incorporates_rn(self):
|
||||
# The magic number uses \r\n to come out wrong when splitting on lines.
|
||||
self.assertTrue(self.util.MAGIC_NUMBER.endswith(b'\r\n'))
|
||||
self.assertEndsWith(self.util.MAGIC_NUMBER, b'\r\n')
|
||||
|
||||
|
||||
(Frozen_MagicNumberTests,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue