chore: add socket based tests for the new APIs #2234
ci.yml
on: pull_request
Matrix: test
Lint Commit Messages
15s
lint
16s
Build Package
7s
Test Semantic Release
49s
release
0s
Annotations
4 errors
|
Lint Commit Messages
You have commit messages with errors
⧗ input: parent df183d194fe70aef6dcf3cac3923df18d2cda648
author Allen Porter <allen.porter@gmail.com> 1765755996 -0800
committer Allen Porter <allen.porter@gmail.com> 1765758276 -0800
chore: add socket based tests for the new APIs
This adds socket based tests for the new API so we can have tests that exercise the exact byte streams that are sent and received, similar to the old API. These currently are testing the lower level "session" and "channel" just to get the request infrastructure ready to be used in a real end to end device manaver tests.
This violates our rule that tests align with a module, but this is an exception given its for end to end tests.
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
⚠ body must have leading blank line [body-leading-blank]
✖ found 2 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
|
lint
Process completed with exit code 1.
|
|
test (3.11)
Process completed with exit code 1.
|
|
test (3.14)
Process completed with exit code 1.
|