You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to review the rspec test and see how we can improve them.
Things in mind:
Better naming and structure of secondary_spec.rb and secondary2.spec, understanding the reasons behind the current structure
We currently have features where the list of prs to be processed is important, as sometimes we skip it, sometimes we force one pr. We could try to add more coverage, for instance, checking if we perform more than one context or more than one PR.
Test the behaviour of force_test and pr_number parameters separately:
--PR pr_number should skip the list of pending prs, only processing the specified PR
--force_test that will directly run the test for that PR number without check other filters.
The text was updated successfully, but these errors were encountered:
It would be interesting to review the rspec test and see how we can improve them.
Things in mind:
--PR pr_number
should skip the list of pending prs, only processing the specified PR--force_test
that will directly run the test for that PR number without check other filters.The text was updated successfully, but these errors were encountered: