diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a87cea4..fadf4c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - name: Run pre-commit uses: pre-commit/action@main - name: Run pytest - run: poetry run pytest -n auto -m "not download" + run: poetry run pytest -n auto - name: Archive coverage svg uses: actions/upload-artifact@v3 with: diff --git a/alto2txt2fixture/plaintext.py b/alto2txt2fixture/plaintext.py index ce605fe..f1f50b6 100644 --- a/alto2txt2fixture/plaintext.py +++ b/alto2txt2fixture/plaintext.py @@ -145,16 +145,16 @@ class PlainTextFixture: >>> plaintext_bl_lwm.info() - ...PlainTextFixture for 2 'bl_lwm' files... - ┌─────────────────────┬─────────────────────────────────────────...┐ - │ Path │ '/.../bl_lwm' ...│ - │ Compressed Files │ '/.../bl_lwm/0003079-test_plaintext.zip'...│ - │ │ '/.../bl_lwm/0003548-test_plaintext.zip'...│ - │ Extract Path │ '/.../bl_lwm/extracted' ...│ - │ Uncompressed Files │ None ...│ - │ Data Provider │ 'Living with Machines' ...│ - │ Initial Primary Key │ 1 ...│ - └─────────────────────┴─────────────────────────────────────────...┘ + ...PlainTextFixture for 2 'bl_lwm' files... + ┌─────────────────────┬────────────────────────────────...┐ + │ Path │ '/.../bl_lwm' ...│ + │ Compressed Files │ '/.../bl_lwm/0003079-test_plain...│ + │ │ '/.../bl_lwm/0003548-test_plain...│ + │ Extract Path │ '/.../bl_lwm/extracted' ...│ + │ Uncompressed Files │ None ...│ + │ Data Provider │ 'Living with Machines' ...│ + │ Initial Primary Key │ 1 ...│ + └─────────────────────┴────────────────────────────────...┘ >>> plaintext_bl_lwm.free_hd_space_in_GB > 1 True >>> plaintext_bl_lwm.extract_compressed()