From 7c65902523692410f090b56cc279ed628bcfda02 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Tue, 3 Dec 2024 10:38:14 +0000 Subject: [PATCH] ci --- tests/test_all.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_all.py b/tests/test_all.py index a40e34d..ace762c 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -187,6 +187,10 @@ def _test_list_commands(): run("anemoi-registry", "list", "datasets") +def test_print(): + print("test") + + if __name__ == "__main__": _test_list_commands() print()