]> arthur.barton.de Git - bup.git/commit
Move vfs resolve() tests to tresolve.py
authorRob Browning <rlb@defaultvalue.org>
Sat, 31 Mar 2018 19:14:43 +0000 (14:14 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 13 Jan 2019 18:09:13 +0000 (12:09 -0600)
commitf4a5f22d0e362800740520ce484e40358b0a28cb
tree8a91ffa70cb376688b3f426a70815cd0360fc194
parent06da068a793cd12629f8be5d105bb3af281e61dd
Move vfs resolve() tests to tresolve.py

Move resolve() tests from tvfs to tresolve, and the common tree_dict()
test code to a new test.vfs module, in preparation for more extensive
resolve() testing.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/t/tresolve.py [new file with mode: 0644]
lib/bup/t/tvfs.py
lib/bup/test/__init__.py [new file with mode: 0644]
lib/bup/test/vfs.py [new file with mode: 0644]