Conversation
Skipped for now as this feature broke in 533a830 see: jazzband#220
Codecov Report
@@ Coverage Diff @@
## master #230 +/- ##
==========================================
+ Coverage 93.88% 94.26% +0.38%
==========================================
Files 10 10
Lines 523 523
Branches 66 66
==========================================
+ Hits 491 493 +2
+ Misses 19 18 -1
+ Partials 13 12 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
This could probably be split up so it could be merged more easily. I'm bound to have missed bits, but for instance there are improvements to tests on -
If you make these separate PRs they can go in on their own + will be easier for others to evaluate; I haven't gone though the commits, but it may be you can create new PRs and cherry pick the relevant commits. We may even want to split things up a bit in the test class, rather than having one large one. |
foarsitter
left a comment
There was a problem hiding this comment.
Although @stuaxo is right that splitting this up would help I think we should merge this.
|
I guess anyone can make this go forward by creating distinct and reviewable PRs (keeping original author ownership, of course). |
The latest release broke a documented feature.
Regardless of how this situation will be solved, I propose to improve automated testing. Here are some of my suggested changes.
It includes a currently
@unittest.skip()marked test (FormTests.test_form_condition_callable) which leads to aRecursionErrordue to usingget_cleaned_data_for_stepin acondition_dictcallback.