Skip to content

Method Conflicts on munit_test_case #2

@RogerFretwell

Description

@RogerFretwell

munit_test_case may be deprecated but recent changes broke it unnecessarily.

In particular the changes left a number of unresolved conflict methods on munit_test_case.

Please resolve the conflicts.

The conflict details:

print_conflict_methods(munit_test_case)
$
method assert_true() *** conflict(assert munit_assert ) *** assert_true() in munit_test_case
method assert_unset() *** conflict(munit_assert assert ) *** assert_unset() in munit_test_case
method assert_not_unset() *** conflict(assert munit_assert ) *** assert_not_unset() in munit_test_case
method assert_is() *** conflict(assert munit_assert ) *** assert_is() in munit_test_case
method assert_is_not() *** conflict(munit_assert assert ) *** assert_is_not() in munit_test_case

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions