]> Sergey Matveev's repositories - public-inbox.git/commit
tests: add use/require statements for TEST_RUN_MODE=0
authorEric Wong <e@yhbt.net>
Wed, 1 Jul 2020 21:06:18 +0000 (21:06 +0000)
committerEric Wong <e@yhbt.net>
Thu, 2 Jul 2020 20:36:21 +0000 (20:36 +0000)
commit542caf3a9b33ac59205cb7e1b92cfe4b4e8257e7
tree40cb223caf77e4ad9a99c0a76cead647007ca8c3
parent5adc4f2fccf0b32b92c4fbc96be38045de2d7e84
tests: add use/require statements for TEST_RUN_MODE=0

The default (and fast) TEST_RUN_MODE=2 preloads most modules,
but TEST_RUN_MODE=0 is more realistic and can catch some
problems which may show up in real-world use.
lib/PublicInbox/InboxWritable.pm
t/init.t
t/nntpd.t