From 6d2109d68a9a29d38ac5a1aba749f5962d19d4b0 Mon Sep 17 00:00:00 2001 From: Koaha Date: Wed, 27 Nov 2024 22:27:34 +0700 Subject: [PATCH] go go go --- docs/source/conf.py | 1 + pyproject.toml | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cb2879b..a9f944e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,6 +12,7 @@ # import os import sys +sys.path.insert(0, os.path.abspath("../../")) sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../../vital_sqi/'))) # sys.path.insert(0, os.path.abspath('../../vital_sqi/')) diff --git a/pyproject.toml b/pyproject.toml index c1f7ccc..9f81ac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,8 +52,19 @@ Source = "https://github.com/Oucru-Innovations/vital-sqi" Tracker = "https://github.com/Oucru-Innovations/vital-sqi/issues" Homepage = "https://github.com/Oucru-Innovations/vital-sqi" +[project.optional-dependencies] +testing = [ + "pytest", + "pytest-cov", + "pytest-mock", + "tox", + "dash[testing]", + "webdriver_manager", + "selenium", +] + [tool.setuptools.packages.find] -where = ["vital_sqi"] +where = ["vital_sqi", "vital_sqi.*"] [tool.setuptools.package-data] "vital_sqi" = ["resource/*.json"]