Add tests/test_zlast.py
Run CI Tests / test (push) Successful in 2m27s

This commit is contained in:
2025-08-26 13:49:54 +02:00
parent 779108b25a
commit 175a64ffd8
+4
View File
@@ -0,0 +1,4 @@
import pytest
def test_keyboard_interrupt():
raise KeyboardInterrupt("Simulated Ctrl+C")