]> git.phdru.name Git - mc/mc-tests-torrent-vfs.git/commit
Test bdecode: compare decoded torrents with pre-saved pickles
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 10:48:52 +0000 (13:48 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 13:15:52 +0000 (16:15 +0300)
commit1637569bb60a48b63822131e2bea88a9a77dcc34
tree40751169088c4b5599b74aaa5aa5166b4efdbafc
parentfb600e9ee24b08dbca1d5104b04d640307ae0ac7
Test bdecode: compare decoded torrents with pre-saved pickles
21 files changed:
tests/bdecode2pickle.py [new file with mode: 0755]
tests/data/pickles-2.7/alice.pickle [new file with mode: 0644]
tests/data/pickles-2.7/bunny.pickle [new file with mode: 0644]
tests/data/pickles-2.7/corrupt.pickle [new file with mode: 0644]
tests/data/pickles-2.7/folder.pickle [new file with mode: 0644]
tests/data/pickles-2.7/leaves-metadata.pickle [new file with mode: 0644]
tests/data/pickles-2.7/leaves.pickle [new file with mode: 0644]
tests/data/pickles-2.7/lots-of-numbers.pickle [new file with mode: 0644]
tests/data/pickles-2.7/numbers.pickle [new file with mode: 0644]
tests/data/pickles-2.7/sintel.pickle [new file with mode: 0644]
tests/data/pickles-3/alice.pickle [new file with mode: 0644]
tests/data/pickles-3/bunny.pickle [new file with mode: 0644]
tests/data/pickles-3/corrupt.pickle [new file with mode: 0644]
tests/data/pickles-3/folder.pickle [new file with mode: 0644]
tests/data/pickles-3/leaves-metadata.pickle [new file with mode: 0644]
tests/data/pickles-3/leaves.pickle [new file with mode: 0644]
tests/data/pickles-3/lots-of-numbers.pickle [new file with mode: 0644]
tests/data/pickles-3/numbers.pickle [new file with mode: 0644]
tests/data/pickles-3/sintel.pickle [new file with mode: 0644]
tests/eff_bdecode.py [new file with mode: 0644]
tests/test_pickles.py [new file with mode: 0755]