-
Notifications
You must be signed in to change notification settings - Fork 41
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 Request] Support streaming results with unittest #39
Comments
That behavior depends on whether the adapter supports streaming results. Adapters that do support it, behave like that. What adapter are you using? |
I am using |
Ah yep neotest-python only supports streaming results with pytest. If you can, I'd say to move over to pytest because the support is better in multiple ways but also happy to take PRs to add support for unittest streaming. |
Ok, I understand that |
I'll keep this open, I'll try get to it at some stage 😄 |
If you can give me some pointers I could take over as result streaming would be similar to django unit test result streaming. It uses the unit test |
I haven't looked at this for a year, so I can't help you anymore. I had a
piece written already, maybe it's in my fork, unless I removed my fork
already.
Op za 9 dec. 2023 09:24 schreef Adrian Frischkorn ***@***.***
…:
If you can give me some pointers I could take over as result streaming
would be similar to django unit tests. It uses the unit test TestRunner
under the hood.
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYZ7UB4WJPRFZEP5KO3T3TYIQN2NAVCNFSM6AAAAAASHS5TBKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBYGMZDIMZSHE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
When running all unit tests in a class, you can see a loading indicator in the summary view. It would be nice that each method gets updated when they are finished. Currently, only after the very last test, all the loading indicators will stop simultaneously and the ouput_panel will be populated with the output of all tests at once. If the output and the loading indicators get updated per test, you have an indicator of progress through the class.
The text was updated successfully, but these errors were encountered: