From 4206929f33a180761c065997ad0574e5d2bc0545 Mon Sep 17 00:00:00 2001 From: Brendan Roof Date: Tue, 9 Dec 2025 16:21:58 +0100 Subject: [PATCH] Add a test comment --- tests/quick_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/quick_test.py b/tests/quick_test.py index c092b48..2b6d5a8 100644 --- a/tests/quick_test.py +++ b/tests/quick_test.py @@ -26,6 +26,7 @@ def embiggen(x): print(f"shape after: {big.shape}") return big +# This is a test comment. Don't merge. if __name__ == "__main__": # Patch webbrowser.open to prevent browser login with patch("webbrowser.open", return_value=False):