Skip to content

Apparent package mismatch between .asd file and actual test file #45

@dfmorrison

Description

@dfmorrison

It appears the .asd file thinks the package the tests are in is "CL-CSV/TEST", but the actually tests in tests/csv.lisp think it's "CL-CSV-TEST". Unsurprisingly, this is problematic when trying to get ASDF to run them.

That said, bypassing ASDF and just doing (cl-csv-test::run-all-tests) appears to get the job done, albeit one of the tests currently appears to fail.

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