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:
Michael McGuinness
2024-10-22 13:45:53 +00:00
parent 815fa7f0bc
commit 7cb0b485ad
65 changed files with 1355 additions and 2128 deletions
@@ -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"
]