Added in some unit tests

This commit is contained in:
Alex Wolden
2025-04-13 22:55:31 -07:00
parent 84de232f4b
commit 3f7155d913
5 changed files with 376 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [ "bleak", "pyserial-asyncio" ]
[project.optional-dependencies]
dev = ["pytest", "pytest-asyncio"]
[project.urls]
Homepage = "https://github.com/fdlamotte/meshcore_py"
Issues = "https://github.com/fdlamotte/meshcore_py/issues"