File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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+
18211823class TestB2cLoginLogCallMutants :
18221824 """Tests that kill logging-related mutants inside b2c_login_with_credentials.
18231825
Original file line number Diff line number Diff 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 ):
You can’t perform that action at this time.
0 commit comments