Skip to content

Add test coverage for text_* Test::Mojo methods#2315

Open
charliesheh wants to merge 1 commit into
mojolicious:mainfrom
charliesheh:improve-test-mojo-coverage
Open

Add test coverage for text_* Test::Mojo methods#2315
charliesheh wants to merge 1 commit into
mojolicious:mainfrom
charliesheh:improve-test-mojo-coverage

Conversation

@charliesheh

Copy link
Copy Markdown

Adds coverage for the following Test::Mojo methods in t/test/mojo.t:

  • text_is
  • text_isnt
  • text_like
  • text_unlike

The new tests validate:

  • exact text matching
  • negative text matching
  • regex similarity matching
  • regex negative matching
  • custom description handling

This improves Test::Mojo method coverage consistency alongside the existing attr_* and content_* tests.

@kraih

kraih commented May 12, 2026

Copy link
Copy Markdown
Member

Patch doesn't do what you describe it does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants