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

[FEATURE] Online Testing support #21

Open
kjczarne opened this issue May 27, 2022 · 0 comments
Open

[FEATURE] Online Testing support #21

kjczarne opened this issue May 27, 2022 · 0 comments
Assignees
Labels
critical Urgent and important enhancement New feature or request

Comments

@kjczarne
Copy link
Contributor

Is your feature request related to a problem? Please describe.
At the moment only offline testing is possible with standard assert statements that unittest provides.

Describe the solution you'd like
It would be useful to introduce some nice API for async online testing where a condition is awaited until it's met (or it times out). I would expose some contextmanager with Condition being awaited.

Describe alternatives you've considered
This would be currently possible if you're familiar with Python's threading library. I believe though that the API for Quality Engineers could be made much better.

Additional context
A requirement for device testing - not all tests can be performed retroactively by analyzing traces.

@kjczarne kjczarne added the enhancement New feature or request label May 27, 2022
@kjczarne kjczarne self-assigned this May 27, 2022
@kjczarne kjczarne added this to the v5.0.0 Release Milestone milestone May 27, 2022
@kjczarne kjczarne added the critical Urgent and important label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical Urgent and important enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant