ftp tests should stop complaining about medusa
Bug #109571 reported by
Robert Collins
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Wishlist
|
Vincent Ladeuil |
Bug Description
with the new Feature logic we should stop warning on the console about missing medusa, instead we should parameterise all the transport tests for ftp *anyway* but have them parameterised to check for the medusa feature. This will mean that only attempts to run the tests needing medusa will complain at all about it.
To post a comment you must log in.
I think the easiest way to accomplish this is to give another entry returned by 'get_test_ permutations' . Which would include a "Feature" which these tests depend upon.
This would also include doing the same thing for paramiko and the sftp tests.