Skip to content

automatic testing #38

Description

@keewis

As with any library, testing (mostly unit testing) in CI is important. However, for the reader this seems tricky, as not everything can be easily tested. A few of the modules are easier, though:

  • safe_rcm.product.dicttoolz
  • safe_rcm.product.utils
  • safe_rcm.product.predicates
  • safe_rcm.xml (tests for the xml reader #96)
  • safe_rcm.product.transformers

This leaves us with the long functions in safe_rcm.product.reader, safe_rcm.api, and safe_rcm.calibrations (mostly the mappings used to construct the final DataTree object.

Also, we need CI to verify that all PRs pass the tests (#98).

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