Home | History | Annotate | Download | only in test

Lines Matching refs:extsep

90         hier = [("t1", None), ("t1 __init__"+os.extsep+"py", "")]
97 ("t2 __init__"+os.extsep+"py", "'doc for t2'"),
99 ("t2 sub __init__"+os.extsep+"py", ""),
101 ("t2 sub subsub __init__"+os.extsep+"py", "spam = 1"),
144 ("t3 __init__"+os.extsep+"py", ""),
146 ("t3 sub __init__"+os.extsep+"py", ""),
148 ("t3 sub subsub __init__"+os.extsep+"py", "spam = 1"),
161 ("t4 __init__"+os.extsep+"py", ""),
164 ("t4 sub __init__"+os.extsep+"py", ""),
165 ("t4 sub subsub"+os.extsep+"py",
168 ("t4 sub subsub __init__"+os.extsep+"py", "spam = 1"),
181 ("t5 __init__"+os.extsep+"py", "import t5.foo"),
182 ("t5 string"+os.extsep+"py", "spam = 1"),
183 ("t5 foo"+os.extsep+"py",
209 ("t6 __init__"+os.extsep+"py",
211 ("t6 spam"+os.extsep+"py", ""),
212 ("t6 ham"+os.extsep+"py", ""),
213 ("t6 eggs"+os.extsep+"py", ""),
235 ("t7"+os.extsep+"py", ""),
236 ("t7 __init__"+os.extsep+"py", ""),
237 ("t7 sub"+os.extsep+"py",
240 ("t7 sub __init__"+os.extsep+"py", ""),
241 ("t7 sub "+os.extsep+"py",
244 ("t7 sub subsub __init__"+os.extsep+"py",
280 ("t8 __init__"+os.extsep+"py", "'doc for t8'"),