Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a version of table.Entry that allows dumping the entry parameters. #689

Merged
merged 1 commit into from
Jun 9, 2020

Commits on Jun 9, 2020

  1. Add a version of table.Entry that allows dumping the entry parameters.

    Sometimes, it's useful to have the parameters of a given table entry as part of the description of the It counterpart.
    To achieve that, we allow passing a function as the description parameter.
    In case a string is passed, the previous behaviour is preserved. In case of function, it is expected to return a string
    that will be used as the new description for the generated It.
    fedepaol committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    345b3d4 View commit details
    Browse the repository at this point in the history