8000 Use TestCase type everywhere rather than Tuples · Issue #581 · chalk-lab/Mooncake.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use TestCase type everywhere rather than Tuples #581
Open
@willtebbutt

Description

@willtebbutt

Currently, most test cases are specified using a (rather inscrutible) tuple of values. Instead, we should make us of a TestCase type everywhere. @mhauru did something like this for the bijectors integration tests. Instead of passing many different kwargs to test_rule, we should pass this data structure.

This will prevent problems such as those encountered by @lukas-weber in #578 , where an important testing option isn't available as part of the test specification.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0