Skip to content

Renaming test functions? #1

@sethaxen

Description

@sethaxen

Currently we have fails(f) and errors(f). I wonder if it would make more sense to rename these to test_fails(f) and test_errors(f), similar to the @test_throws, @test_broken macros provided by Test.

Perhaps even better, it would simplify user code if we make these macros so users could call @test_fails f(...) and @test_errors f(...).

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