Adding unit tests to tox

This commit is contained in:
Michael Luciuk 2025-09-04 15:09:30 -04:00
parent 9f5579de0b
commit 9eb621edc1
2 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ dependencies = [
[tool.poetry]
packages = [
{ include = "ria_toolkit", from = "src" }
{ include = "ria_toolkit_oss", from = "src" }
]
[build-system]

View File

@ -7,7 +7,8 @@ skipsdist = true
description = Run pytest test suite
allowlist_externals = poetry
commands =
echo "Skipping tests for now"
poetry install --quiet
poetry run pytest
[testenv:lint]
description = Run linting and formatting checks with Flake8, isort, and Black