From 04addacb099ef00c73a1218774533a55c42f3693 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 14 Oct 2024 16:34:17 +0200 Subject: [PATCH] Add `tests.utils` module --- tests/utils.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/utils.py diff --git a/tests/utils.py b/tests/utils.py new file mode 100644 index 0000000..34f8784 --- /dev/null +++ b/tests/utils.py @@ -0,0 +1 @@ +"""Utilities to test the `lalib` package."""