-
Notifications
You must be signed in to change notification settings - Fork 18
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
psh: add terminal control codes test #312
base: master
Are you sure you want to change the base?
Conversation
@psh.run | ||
def harness(p): |
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.
I'm considering whether to organize the tests in a uniform manner, for example, in relation to the CONTROL CODE CHEAT SHEET, and whether to expand the tests from basic ones that test a given control code, to tests that use several, and up to those that use as many as possible. It would be beneficial if the combinations reflected real-world scenarios. So, then you could also divide the tests into separate functions (?)
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 test is just to check that this control codes works, doesn't need to test them with full possibility use set.
d8ba5ca
to
01345a4
Compare
0ef59b3
to
c4c686e
Compare
c4c686e
to
4061065
Compare
JIRA: CI-397
4061065
to
865eb37
Compare
Description
JIRA: CI-397
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment
psh: Add fast cursor movement and cut&paste phoenix-rtos-utils#211
armv7a9-qemu: Adjust serial device phoenix-rtos-project#997
Using armv7a9-zynq7000-qemu startup script without qemu control #352