Merged in feature/unittestframe (pull request #240)
Unit Testing Framework * emptyframe * fixstatic * save * exampletest * rmreqs * rmUto Approved-by: Alex Galarce
This commit is contained in:
@@ -16,6 +16,10 @@ botocore = "1.35.37"
|
||||
black = "^24.10.0"
|
||||
mypy = "^1.12.0"
|
||||
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "^8.3.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
@@ -25,4 +29,9 @@ line-length = 88
|
||||
target-version = ['py312']
|
||||
|
||||
[tool.mypy]
|
||||
ignore_missing_imports = true
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = [
|
||||
"tests"
|
||||
]
|
||||
Reference in New Issue
Block a user