chore(dependencies): update package.json and poetry.lock to include testing libraries (pytest, pytest-asyncio, pytest-cov) and add coverage support; update .gitignore to exclude coverage files
This commit is contained in:
@@ -45,6 +45,9 @@ packages = [{include = "meshchatx"}]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
cx-freeze = ">=7.0.0"
|
||||
pytest = ">=9.0.2,<10.0.0"
|
||||
pytest-asyncio = ">=1.3.0,<2.0.0"
|
||||
pytest-cov = ">=7.0.0,<8.0.0"
|
||||
|
||||
[[tool.poetry.include]]
|
||||
path = "logo"
|
||||
@@ -58,4 +61,3 @@ meshchatx = ["public/**/*", "public/*"]
|
||||
[build-system]
|
||||
requires = ["setuptools>=65.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user