From 2e3c3e51c4cbcbbdae8d1c1e365662cbcb912d0b Mon Sep 17 00:00:00 2001 From: bridge Date: Sun, 14 Dec 2025 15:19:33 +0800 Subject: [PATCH] add pytest --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..fac1d28 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.pytest.ini_options] +pythonpath = "."