-
Notifications
You must be signed in to change notification settings - Fork 47
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
"Generate and Run" action doesn't initiate test run #709
Labels
comp-ui
Improvements of plugin UI appearence and functionality
ctg-bug
Issue is a bug
status-verified
Bug fix is verified
Milestone
Comments
@Vassiliy-Kudryashov The issue is reproducing on one of the latest builds: |
This was referenced Sep 7, 2022
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Sep 8, 2022
Fix various exceptions around threads/locks/project model modifications Switch from PsiFiles to SmartPsiElementPointers Add logging for exceptions
3 tasks
3 tasks
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Sep 12, 2022
Fix various exceptions around threads/locks/project model modifications Switch from PsiFiles to SmartPsiElementPointers Add logging for exceptions Resolving conflicts
Vassiliy-Kudryashov
added a commit
that referenced
this issue
Sep 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-ui
Improvements of plugin UI appearence and functionality
ctg-bug
Issue is a bug
status-verified
Bug fix is verified
Description
Tests are not executed after generation - when "Generate and Run" action was selected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests should be run after generation.
Actual behavior
Tests are generated, but not executed.
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.4 (JRE 11)
UTBot plugin version
Additional context
Same with Parametrization on/off, same with test generation for one method or all methods of the class.
The text was updated successfully, but these errors were encountered: