15
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23
23
class TestIgnored(TestCaseWithTransport):
25
25
def test_ignored_added_file(self):
27
27
# this test can go in favour of a more general ui test at some point
28
28
# as it is actually testing the internals layer and should not be.
29
29
# There are no other 'ignored' tests though, so it should be retained