test: 补单元测试

This commit is contained in:
禾几海
2020-08-31 10:02:12 +08:00
parent 9b460ff33c
commit 72674f4612
3 changed files with 67 additions and 1 deletions

View File

@@ -158,7 +158,11 @@ VALUES (1, '程序猿张先生', 1, 'https://zhyocean.cn', '', '', 0),
(3, '罗炜杰个人博客', 1, 'http://www.lwjppz.cn', '', '', 0),
(4, '强子博客', 1, 'https://www.lqnb.xyz', '', '', 0),
(5, '原创博客技术联盟', 1, 'http://techblog.pub/', '', '', 0),
(6, 'WarlockMT', 1, 'https://www.warlock.live/', '', '', 0);
(6, 'WarlockMT', 1, 'https://www.warlock.live/', '', '', 0),
(7, '测试例1', 1, 'https://t1.celess.cn/', '', '', 1),
(8, '测试例2', 1, 'https://t2.celess.cn/', '', '', 1),
(9, '测试例3', 1, 'https://t3.celess.cn/', '', '', 1),
(10, '测试例4', 1, 'https://t4.celess.cn/', '', '', 1);