Update tests/test_string_utils.py
Run Pytest with HTML and XML Test Reports / tests (push) Successful in 26s

This commit is contained in:
2025-07-17 09:40:32 +02:00
parent c5c2a6416e
commit 403f25f007
+2
View File
@@ -40,10 +40,12 @@ def test_xfail_uppercase_digits():
# Expected fail test because uppercase won't change digits
assert uppercase("abc123") == "ABC1234"
'''
def test_sigkill():
print("🔪 Sending SIGKILL to self...")
os.kill(os.getpid(), signal.SIGKILL)
time.sleep(1)
'''
def test_keyboard_interrupt_direct():
# Directly raise KeyboardInterrupt exception