-
Notifications
You must be signed in to change notification settings - Fork 380
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
T: add test that intentions have descriptions and templates #6042
Conversation
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.
Great!
Let's rebase onto master to fix test for CreateFunctionIntention intention
6abdbfb
to
2dd08e0
Compare
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.
Thanks!
bors r+
6042: T: add test that intentions have descriptions and templates r=Undin a=Kobzol This PR adds a test to all intentions that they have proper description and templates (inspired by a similar test in inspection test base class). Blocked on #6050 Co-authored-by: Jakub Beránek <berykubik@gmail.com>
|
Build failed:
|
|
bors retry |
6042: T: add test that intentions have descriptions and templates r=Undin a=Kobzol This PR adds a test to all intentions that they have proper description and templates (inspired by a similar test in inspection test base class). Blocked on #6050 Co-authored-by: Jakub Beránek <berykubik@gmail.com>
|
Build failed:
|
|
bors r+ |
6042: T: add test that intentions have descriptions and templates r=Undin a=Kobzol This PR adds a test to all intentions that they have proper description and templates (inspired by a similar test in inspection test base class). Blocked on #6050 Co-authored-by: Jakub Beránek <berykubik@gmail.com>
|
Build failed:
|
|
bors retry |
6042: T: add test that intentions have descriptions and templates r=Undin a=Kobzol This PR adds a test to all intentions that they have proper description and templates (inspired by a similar test in inspection test base class). Blocked on #6050 Co-authored-by: Jakub Beránek <berykubik@gmail.com>
|
This PR was included in a batch that successfully built, but then failed to merge into master (it was a non-fast-forward update). It will be automatically retried. |
6042: T: add test that intentions have descriptions and templates r=Undin a=Kobzol This PR adds a test to all intentions that they have proper description and templates (inspired by a similar test in inspection test base class). Blocked on #6050 Co-authored-by: Jakub Beránek <berykubik@gmail.com>
|
Build failed:
|
|
@Undin is it possible to see why the merge failed? I can't see it on GitHub nor in BORS. |
|
@Kobzol Yep. |
|
bors r+ |
|
Build succeeded: |
|
Oh, I knew that, but somehow I missed the red cross marks 🤦♂️ Thanks :) |


This PR adds a test to all intentions that they have proper description and templates (inspired by a similar test in inspection test base class).
Blocked on #6050