Skip to content

Commit

Permalink
[test] Generalize indexed_bzip2 Python wrapper tests to rapidgzip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Nov 25, 2023
1 parent d6e2c0a commit c0a257f
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 317 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ jobs:
ibzip2 --help
ibzip2 --version
- name: Test BZip2 Decoder Python Package
if: github.ref == 'refs/heads/master'
# indexed_bzip2 should be installed for this step!
run: python3 src/tests/testBz2.py
- name: Test Python Packages
run: |
python3 -u src/tests/testPythonWrappers.py
- name: Test rapidgzip Installation From Tarball
working-directory: python/rapidgzip
Expand Down
313 changes: 0 additions & 313 deletions src/tests/testBz2.py

This file was deleted.

Loading

0 comments on commit c0a257f

Please sign in to comment.