adding unit tests for tarfile and fixing some cases which were not working
authorEduardo Robles Elvira <edulix@wadobo.com>
Tue, 18 Jun 2013 10:22:36 +0000 (12:22 +0200)
committerEduardo Robles Elvira <edulix@wadobo.com>
Tue, 18 Jun 2013 10:22:36 +0000 (12:22 +0200)
commitae48acc8f50652cd97ccb38e6de304e8f9f152ec
tree7b609d13d78cfcd7fed7549d541c760067a0c5c8
parent2f854e77f11ba920b98c6062478c95aca98321c3
adding unit tests for tarfile and fixing some cases which were not working
deltatar/__init__.py [new file with mode: 0644]
deltatar/tarfile.py [moved from tarfile.py with 98% similarity]
runtests.py [new file with mode: 0644]
tarfile_multivol_example.py [deleted file]
testing/__init__.py [new file with mode: 0644]
testing/test_multivol.py [new file with mode: 0644]