Skip to content

3 Testing Failures on Local #52

@paradise-runner

Description

@paradise-runner

When running tests locally on a fresh master build, 3 tests fail without any changes to code.

  1. 2 of the failures occur on test_it_detects_file_metadata where basic.csv and xlsx_with_zip_mimetype.xlsx produce incorrect mimetypes. Confirmed occurring on macos and ubuntu per @thomasjohns.
  • application/csv for the csv when it should be text/plain
  • application/vnd.openxmlformats-officedocument.spreadsheetml.sheet for the xlsx file when it should be application/zip
  1. test_node_stream_property_returns_at_byte_0_after_parse fails when the node._stream returns the byte position at 12 instead of 0. After some initial testing this seems to be occurring in the pd.read_csv in fables/parse.py/parse_csv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions