Skip to content

Commit

Permalink
fix test_zip by adding test.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed May 21, 2020
1 parent a1ddc07 commit 7049945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added test/test.zip
Binary file not shown.
6 changes: 4 additions & 2 deletions test/test_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
import pytest
import augpathlib as aug
from augpathlib import RepoPath, LocalPath, exceptions as exc
from .common import onerror, skipif_no_net, temp_path
from .common import onerror, skipif_no_net, temp_path, this_file


def test():
zp = aug.ZipPath('/home/tom/git/sparc-curation/resources/DatasetTemplate/submission.xlsx')
_zp = this_file.parent / 'test.zip'
# TODO create the zip we will test using mkdir, touch, and data = etc.
zp = aug.ZipPath(_zp)

zrp = zp.path_relative_zip
# FIXME the internal paths should
Expand Down

0 comments on commit 7049945

Please sign in to comment.