]> arthur.barton.de Git - bup.git/commit
Move t/*.py to lib/bup/t/*.py.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 14 Jul 2010 06:59:03 +0000 (02:59 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 14 Jul 2010 07:36:21 +0000 (03:36 -0400)
commit7e7405d32f7f0a1570c8524e936b168adab03661
tree65a6ba6310db7e3321cef7f2085f8d2e5d47eb3e
parent62a07673daf9b15d4f10f65b5fc3c1efd06d1377
Move t/*.py to lib/bup/t/*.py.

Since the tests in that directory are all tests of lib/bup/*.py anyway,
this is a more consistent location for them.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
16 files changed:
Makefile
lib/__init__.py [new file with mode: 0644]
lib/bup/t/__init__.py [new file with mode: 0644]
lib/bup/t/tclient.py [new file with mode: 0644]
lib/bup/t/tgit.py [new file with mode: 0644]
lib/bup/t/thelpers.py [new file with mode: 0644]
lib/bup/t/tindex.py [new file with mode: 0644]
lib/bup/t/toptions.py [new file with mode: 0644]
lib/bup/t/tshquote.py [new file with mode: 0644]
t/__init__.py [deleted file]
t/tclient.py [deleted file]
t/tgit.py [deleted file]
t/thelpers.py [deleted file]
t/tindex.py [deleted file]
t/toptions.py [deleted file]
t/tshquote.py [deleted file]