]> arthur.barton.de Git - bup.git/commit
Move t*.py tests to test_*.py for pytest autodetection
authorRob Browning <rlb@defaultvalue.org>
Sun, 1 Nov 2020 16:39:17 +0000 (10:39 -0600)
committerRob Browning <rlb@defaultvalue.org>
Thu, 26 Nov 2020 21:53:09 +0000 (15:53 -0600)
commit4a11c8b2d181a103ce447d513a81c325003e07d9
tree96ab6f39a63410a6279309a2102d9eebbddd65e0
parent9da91cb8d33520a678c620009016b8ab321b2e6d
Move t*.py tests to test_*.py for pytest autodetection

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
29 files changed:
Makefile
test/int/tbloom.py [deleted file]
test/int/tclient.py [deleted file]
test/int/tcompat.py [deleted file]
test/int/test_bloom.py [new file with mode: 0644]
test/int/test_client.py [new file with mode: 0644]
test/int/test_compat.py [new file with mode: 0644]
test/int/test_git.py [new file with mode: 0644]
test/int/test_hashsplit.py [new file with mode: 0644]
test/int/test_helpers.py [new file with mode: 0644]
test/int/test_index.py [new file with mode: 0644]
test/int/test_metadata.py [new file with mode: 0644]
test/int/test_options.py [new file with mode: 0644]
test/int/test_resolve.py [new file with mode: 0644]
test/int/test_shquote.py [new file with mode: 0644]
test/int/test_vfs.py [new file with mode: 0644]
test/int/test_vint.py [new file with mode: 0644]
test/int/test_xstat.py [new file with mode: 0644]
test/int/tgit.py [deleted file]
test/int/thashsplit.py [deleted file]
test/int/thelpers.py [deleted file]
test/int/tindex.py [deleted file]
test/int/tmetadata.py [deleted file]
test/int/toptions.py [deleted file]
test/int/tresolve.py [deleted file]
test/int/tshquote.py [deleted file]
test/int/tvfs.py [deleted file]
test/int/tvint.py [deleted file]
test/int/txstat.py [deleted file]