ungana

Unnamed repository; edit this file 'description' to name the repository.
Info | Log | Files | Refs | README

commit e09be4325eb6cc23baa8c0bcd3b97f26963797e3
parent e2dce688f4d59dcd1dab750f6a6b97f5426bebaf
Author: Carlosokumu <carlosokumu254@gmail.com>
Date:   Thu, 11 Sep 2025 20:40:00 +0300

add test discovery

Diffstat:
Mpyproject.toml | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -17,3 +17,7 @@ ungana = "ungana.runnable.ungana_cal_cli:main" [tool.setuptools.packages.find] where = ["."] include = ["ungana*"] + + +[tool.unittest] +start-directory = "tests"