-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial testing of fsm #14
base: main
Are you sure you want to change the base?
Conversation
c005257
to
de53831
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Like the work on test_process_message()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks generally good, although the tests only exercise the "happy path." I think a variant of test_process_message()
that sends invalid input (like two initialize
requests in a row) would have a higher chance of catching bugs.
2a0639b
to
87987e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good but you might break the build of main
now that we have the lockfile in place (due to the new dependency). Merge main
into your branch before merging the PR, that should lead to a CI failure which you can then fix by committing your updated Cargo.lock
.
No description provided.