"bzr selftest -s bt.per_interbranch Loom" finds 0 tests
Bug #617212 reported by
Andrew Bennetts
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Loom |
Triaged
|
Medium
|
Unassigned |
Bug Description
$ bzr selftest -s bt.per_interbranch Loom
-------
Ran 0 tests in 0.000s
This is because the InterLoomBranch branch object doesn't get registered unless bzrlib.
Ran 81 tests in 3.877s
Related branches
lp://staging/~spiv/bzr-loom/plugin-init
On hold
for merging
into
lp://staging/bzr-loom
- Loom Developers: Pending requested
-
Diff: 836 lines (+244/-220)2 files modifiedbranch.py (+89/-210)
formats.py (+155/-10)
summary: |
- "bzr selftest -s bt.per_interbranch" finds 0 tests + "bzr selftest -s bt.per_interbranch Loom" finds 0 tests |
Changed in bzr-loom: | |
status: | New → Triaged |
importance: | Undecided → Medium |
To post a comment you must log in.
I haven't looked at the branch, but I'd expect the fix to be importing
the module in the test_suite() function.
However, that may be racy with the global import :(