Lines Matching refs:remove
87 self.check_exception(fm.remove,
89 ["remove", unmoved], unmoved)
135 # there. Finally, remove it for the next test if successful.
143 fm.remove(hash1)
149 # Finally, remove file stored in the old location for the next
159 fm.remove(hash2)
201 fs.remove(i)
207 # directory and that remove removes all instances of a hash
214 fm.remove(hash3)
234 # Test removing one of the two files doesn't remove the other.
235 fm.remove(hash1)
241 fm.remove(hash2)