Skip to content

Provide simple language construct to perform equality test of two script-provided values #136

@S1artie

Description

@S1artie

Currently, if you want to compare e.g. the content of a variable and a fixed value, you need to write a "dummy fixture" that just returns whatever it gets inserted into a single property. You can then use this fixture as a test fixture, put in the value to test (for example the mentioned variable) and provide an expected result, and Integrity will perform the comparison and any necessary conversion tasks.

This is a pretty commmon pattern and could be simplified if the language itself would provide an adequate replacement for this "echo fixture" trick.

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