Fix and simplify pde.ds.annotations.tests#2085
Conversation
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
Test Results 798 files ± 0 798 suites ±0 58m 56s ⏱️ - 2m 14s Results for commit cf76c4d. ± Comparison against base commit d2bff11. This pull request removes 27 and adds 82 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
f2ea1c6 to
45beb1e
Compare
ef1f9d6 to
4944a37
Compare
a58f8d8 to
742ce88
Compare
14122a1 to
5ce2393
Compare
Also convert assumptions to assertions since all of them should actually be assertions.
5ce2393 to
cf76c4d
Compare
|
Finally all tests pass. |
Convert assumptions to assertions since all of them should actually be assertions.
Furthermore this replaces leftover JUnit-4 assumptions.
This is currently a draft as not everything is working yet locally.
Follow-up on