Skip to content
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

Adapt esp8266 tests to use a test harness #3

Open
neophiliac opened this issue Oct 3, 2020 · 0 comments
Open

Adapt esp8266 tests to use a test harness #3

neophiliac opened this issue Oct 3, 2020 · 0 comments

Comments

@neophiliac
Copy link

Using a test harness reminds the test developer of the three parts to a good test (consistent starting state, event to inject, measurable result state), and allows the possibility of automation which could be as simple as a shell script or make target or as complex as a CI pipeline. It also makes it easier to build more tests as needed.

This feature will be complete when all existing tests give the same result as they do now when run under the test harness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant