Skip to content

Commit 0daf94b

Browse files
docs: clarify how mutmut copies files
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f5a1546 commit 0daf94b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/test_b2c_login.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,8 @@ async def test_set_cookie_header_case_insensitive(self):
18181818
# And the results should be identical for any casing of the key.
18191819
assert headers.getall("set-cookie") == values_mixed
18201820
assert headers.getall("SET-COOKIE") == values_mixed
1821+
1822+
18211823
class TestB2cLoginLogCallMutants:
18221824
"""Tests that kill logging-related mutants inside b2c_login_with_credentials.
18231825

tests/test_protocol.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,8 +1599,8 @@ class TestMakeHeaderSignedUnsigned:
15991599
so passing payload_size >= 128 would raise struct.error with 'hb'
16001600
but succeed with 'HB'.
16011601
1602-
We call through the module attribute so that mutmut's monkey-patching
1603-
is picked up (a bare import caches the original function reference).
1602+
These tests exercise payload_size boundary conditions to
1603+
distinguish the original implementation from the mutant.
16041604
"""
16051605

16061606
def test_large_payload_size_succeeds(self):

0 commit comments

Comments
 (0)