Skip to content

Commit a76d46c

Browse files
unit tests and python-can transport interface updated
Adjust python-can transport interface implementation to pass all test cases (both software and system). Add unit tests to reach 100% branch coverage.
1 parent fb27b11 commit a76d46c

File tree

4 files changed

+242
-33
lines changed

4 files changed

+242
-33
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Wiki = "https://github.com/mdabrowski1990/uds/wiki"
6060

6161
[project.optional-dependencies]
6262
test = [
63-
"pytest >= 6.0.0",
63+
"pytest >= 7.0.0",
6464
"pytest-cov",
6565
"pytest-asyncio",
6666
"mock"
@@ -101,12 +101,12 @@ docs = [
101101

102102
[tool.setuptools.packages.find]
103103
include = [
104-
"uds*"
104+
"uds.*"
105105
]
106106

107107

108108
[tool.pytest.ini_options]
109-
minversion = "6.0"
109+
minversion = "7.0"
110110
markers = [
111111
"integration: Software integration tests.",
112112
"performance: Performance (non-functional) tests."

0 commit comments

Comments
 (0)