mojolicious / mojo

:sparkles: Mojolicious - Perl real-time web framework
https://mojolicious.org
Artistic License 2.0
2.67k stars 580 forks source link

Better test coverage for Test::Mojo #1488

Open kraih opened 4 years ago

kraih commented 4 years ago

After this patch has been merged, all the test methods in Test::Mojo should be added to t/test/mojo.t.

kraih commented 4 years ago

You don't have to add tests for all functions at once, but maybe combine at least related methods into one PR. Like all content_* methods.