209
195
self.assertFileEqual(LINES_ZY, 'tree/foo')
211
197
def test_shelve_all(self):
213
198
tree = self.create_shelvable_tree()
214
199
ExpectShelver.from_args(sys.stdout, all=True, directory='tree').run()
215
200
self.assertFileEqual(LINES_AJ, 'tree/foo')
217
202
def test_shelve_filename(self):
219
203
tree = self.create_shelvable_tree()
220
204
self.build_tree(['tree/bar'])