From 2c8d923b38882a699bc4c47750daafcb6149ddd7 Mon Sep 17 00:00:00 2001 From: mcflugen Date: Mon, 9 Dec 2024 11:02:27 -0700 Subject: [PATCH] run doctests in cube.py --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1cde2b69..23cf4c82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,6 +96,7 @@ relative_files = true [tool.pytest.ini_options] minversion = "6.0" testpaths = [ + "deltametrics/cube.py", "tests", ] norecursedirs = [