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()