Home | History | Annotate | Download | only in test

Lines Matching refs:uu

2 Tests for uu module.
9 import sys, os, uu, cStringIO
10 import uu
25 uu.encode(inp, out, "t1")
29 uu.encode(inp, out, "t1", 0644)
35 uu.decode(inp, out)
43 uu.decode(inp, out)
50 uu.decode(inp, out)
52 except uu.Error, e:
59 uu.decode(inp, out)
61 except uu.Error, e:
77 uu.encode("-", "-", "t1", 0666)
86 uu.decode("-", "-")
124 uu.encode(fin, fout, self.tmpin, mode=0644)
134 uu.encode(self.tmpin, self.tmpout, self.tmpin, mode=0644)
153 uu.decode(f)
172 uu.decode(self.tmpin)
188 uu.decode(f)
192 self.assertRaises(uu.Error, uu.decode, f)