user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/3] remove Email::MIME->create use
@ 2020-04-25  5:52 Eric Wong
  2020-04-25  5:52 ` [PATCH 1/3] testcommon: introduce mime_load sub Eric Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Eric Wong @ 2020-04-25  5:52 UTC (permalink / raw)
  To: meta

Instead, I used Email::MIME->create for a final time with [1/3]
to generate the data for [2/3].  Reducing dependencies on
Email::MIME will make it easier for us to switch it out with
a potentially better alternative.

Eric Wong (3):
  testcommon: introduce mime_load sub
  tests: remove Email::MIME->create use entirely
  tests: replace mime_from_path with mime_load

 MANIFEST                      | 12 ++++++++
 lib/PublicInbox/TestCommon.pm |  8 +++++-
 t/filter_base-junk.eml        | 19 +++++++++++++
 t/filter_base-xhtml.eml       | 19 +++++++++++++
 t/filter_base.t               | 53 ++---------------------------------
 t/filter_mirror.t             | 30 ++------------------
 t/mda-mime.eml                | 21 ++++++++++++++
 t/mda.t                       | 37 ++----------------------
 t/msg_iter-nested.eml         | 26 +++++++++++++++++
 t/msg_iter-order.eml          | 16 +++++++++++
 t/msg_iter.t                  | 24 ++++------------
 t/nntpd-tls.t                 |  4 +--
 t/plack-2-txt-bodies.eml      | 17 +++++++++++
 t/plack-attached-patch.eml    | 20 +++++++++++++
 t/plack-qp.eml                |  8 ++++++
 t/plack.t                     | 53 ++---------------------------------
 t/psgi_attach.eml             | 38 +++++++++++++++++++++++++
 t/psgi_attach.t               | 44 ++---------------------------
 t/psgi_v2-new.eml             | 17 +++++++++++
 t/psgi_v2-old.eml             | 17 +++++++++++
 t/psgi_v2.t                   | 22 ++-------------
 t/search-amsg.eml             | 23 +++++++++++++++
 t/search.t                    | 36 ++----------------------
 t/solver_git.t                |  4 +--
 24 files changed, 286 insertions(+), 282 deletions(-)
 create mode 100644 t/filter_base-junk.eml
 create mode 100644 t/filter_base-xhtml.eml
 create mode 100644 t/mda-mime.eml
 create mode 100644 t/msg_iter-nested.eml
 create mode 100644 t/msg_iter-order.eml
 create mode 100644 t/plack-2-txt-bodies.eml
 create mode 100644 t/plack-attached-patch.eml
 create mode 100644 t/plack-qp.eml
 create mode 100644 t/psgi_attach.eml
 create mode 100644 t/psgi_v2-new.eml
 create mode 100644 t/psgi_v2-old.eml
 create mode 100644 t/search-amsg.eml


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-04-26  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-25  5:52 [PATCH 0/3] remove Email::MIME->create use Eric Wong
2020-04-25  5:52 ` [PATCH 1/3] testcommon: introduce mime_load sub Eric Wong
2020-04-25  5:52 ` [PATCH 2/3] tests: remove Email::MIME->create use entirely Eric Wong
2020-04-25  5:52 ` [PATCH 3/3] tests: replace mime_from_path with mime_load Eric Wong
2020-04-26  7:35 ` [PATCH 4/3] testcommon: mime_load: drop extra $cb arg Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).