]> Sergey Matveev's repositories - public-inbox.git/commit - lib/PublicInbox/TestCommon.pm
tests: add test_lei wrapper, split out t/lei-import.t
authorEric Wong <e@80x24.org>
Sat, 6 Feb 2021 12:18:34 +0000 (12:18 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Feb 2021 03:34:32 +0000 (03:34 +0000)
commit4113bc92d0c4aacc4f95676de74bed63a5687bdf
treec4c183e2e9f4ff83007ae15fe40e654985bc305c
parent316b81377cfea565de03a5c51d988c1652b85c08
tests: add test_lei wrapper, split out t/lei-import.t

This will make it easier to maintain and test lei going forward,
we need to be testing against existing read-only daemons.  We'll
also save ourselves some boilerplate by exporting all the
Test::More methods directly in TestCommon

We'll start using this by splitting out the latest "lei import"
tests into its own file.
MANIFEST
lib/PublicInbox/TestCommon.pm
t/lei-import.t [new file with mode: 0644]
t/lei.t