Adding unit tests to tox
This commit is contained in:
parent
9f5579de0b
commit
9eb621edc1
|
@ -49,7 +49,7 @@ dependencies = [
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "ria_toolkit", from = "src" }
|
{ include = "ria_toolkit_oss", from = "src" }
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -7,7 +7,8 @@ skipsdist = true
|
||||||
description = Run pytest test suite
|
description = Run pytest test suite
|
||||||
allowlist_externals = poetry
|
allowlist_externals = poetry
|
||||||
commands =
|
commands =
|
||||||
echo "Skipping tests for now"
|
poetry install --quiet
|
||||||
|
poetry run pytest
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
description = Run linting and formatting checks with Flake8, isort, and Black
|
description = Run linting and formatting checks with Flake8, isort, and Black
|
||||||
|
|
Loading…
Reference in New Issue
Block a user