Refactor mutable tests to use common Async or Sync testcase #1123
Labels
No Label
Benchmarking and Performance
HTTP Storage Protocol
Nevow Removal
Python 3 Porting
not-for-merge
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tahoe-lafs/tahoe-lafs#1123
Loading…
Reference in New Issue
No description provided.
Delete Branch "3788.refactor-src.test.mutable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactoring test in
test.mutable
to use common base testcases just as in #1104 and #1100Closes : https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3788#ticket
Coverage increased (+0.01%) to 95.707% when pulling
640bb05a57
on Fenn-CS:3788.refactor-src.test.mutable into210a0e773b
on tahoe-lafs:master.Thanks. This is a nice chunk of cleanup/refactoring. I noticed what I think are a few mis-translations, I left comments inline about them.
assertTrue
should beassertEquals
hereassertTrue
should beassertEquals
hereanother
assertTrue
another
assertTrue
and one more
assertTrue
should beassertEqual
This one still needs fixing.
Thanks. Sorry about the delay in revisiting this. The changes look good to me. The CI problems appear unrelated and are tracked by https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3869