]> Sergey Matveev's repositories - public-inbox.git/commit
testcommon: introduce mime_load sub
authorEric Wong <e@yhbt.net>
Sat, 25 Apr 2020 05:52:21 +0000 (05:52 +0000)
committerEric Wong <e@yhbt.net>
Sun, 26 Apr 2020 07:03:12 +0000 (07:03 +0000)
commit5d8dbb4aca5afcc6b98a4d951f03003fb7eaf356
treeb26c754dd2822193f4fb6e96e8cad8e660cbf246
parent58852a50f6a72265cce1e4729aae3875bba5aa96
testcommon: introduce mime_load sub

We'll use this to create, memoize, and reuse .eml files.  This
will be used to reduce (and eventually eliminate) our dependency
on Email::MIME in tests.
lib/PublicInbox/TestCommon.pm
t/filter_base.t
t/filter_mirror.t
t/mda.t
t/msg_iter.t
t/plack.t
t/psgi_attach.t
t/psgi_v2.t
t/search.t