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