-
Notifications
You must be signed in to change notification settings - Fork 50
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
Adding a Github workflow for testimony validation #282
Conversation
78e9e9d
to
43ae8be
Compare
8c1743a
to
8a2e32c
Compare
8a2e32c
to
a5706ca
Compare
a5706ca
to
c25e5d2
Compare
After the last commit the testimony should be set to expect tags instead of tiers. |
c25e5d2
to
0d318d1
Compare
2fa461f
to
eeb159c
Compare
eeb159c
to
000eb71
Compare
I have discovered, that the :reference: field cannot be left blank, so if the test doesn't have a reference, the field cannot be included and left blank - now the checks are passing, therefore opening this PR for a review:) |
93656ef
to
5cfb130
Compare
Yay! Not to push for more work: would it be possible to split the fixes to the docstrings in its own commit (even in this PR, I think it should be fine)? This way it should be easier to document, to review, and to navigate the git history about those changes. Thanks! |
I have removed the :reference: fields that were left blank in the docstrings as they were causing the Testimony validate to fail. The empty fields were removed and the checks are now passing with this change.
I have added the workflow and spec file for the Testimony tool to work properly for our intagration-tests, it will now validate for every new PR made to integration-tests that all of the tests have a corect docstrings filled and none required field is missing. This is also a part of CCT-1152
5cfb130
to
9bb1c1f
Compare
Done, now it looks definitely more readable:) |
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!
After more discussion this is a PR for testimony workflow only and should be merged after all the classes have the docstrings added.
Card ID: CCT-1152