600 Commits

Author SHA1 Message Date
Azide
067317d6df
同步fix分支的test 2022-03-16 22:01:13 +08:00
Azide
53273d2d6f
调整了test_config_manager_admin中的test顺序 2022-03-16 21:42:50 +08:00
felinae98
82e4ad1bb6
fix some bug 2022-03-16 21:40:29 +08:00
Azide
27bef47dc1
增加了group_manage_matcher的重载 2022-03-16 21:26:28 +08:00
Azide
5f613bd6c8
修复命令权限问题 2022-03-16 21:26:24 +08:00
AzideCupric
a5bec0008e
Rename pytest.yml to pytest.yml.bak 2022-03-16 13:57:38 +08:00
Azide
c8e25689ba Merge branch 'dev' of https://github.com/AzideCupric/nonebot-bison into dev 2022-03-16 13:52:05 +08:00
Azide
c2257c9689 update 2022-03-16 13:48:28 +08:00
AzideCupric
5b6411a22b
Update pytest.yml 2022-03-16 13:27:55 +08:00
AzideCupric
437c22de83
Update pytest.yml 2022-03-16 13:20:21 +08:00
AzideCupric
ce8f790e23
Update pytest.yml 2022-03-16 13:02:53 +08:00
Azide
2ef122ae98 Merge branch 'dev' of https://github.com/AzideCupric/nonebot-bison into dev 2022-03-16 12:39:53 +08:00
Azide
8dfbbd8d3d 同步fix分支的test 2022-03-16 12:39:36 +08:00
felinae98
029f21defb
fix site action 2022-03-16 00:32:02 +08:00
felinae98
e189845d7b
update image path 2022-03-16 00:25:08 +08:00
felinae98
3a245e17f6
Merge pull request #33 from AzideCupric/fix
修复命令“群管理”的bug
2022-03-15 23:45:51 +08:00
felinae98
0d67d46fc6
update doc file 2022-03-15 23:44:59 +08:00
felinae98
eaf76a6506
update 2022-03-15 23:23:38 +08:00
pre-commit-ci[bot]
1f0f452cd1 auto fix by pre-commit hooks 2022-03-14 16:00:42 +00:00
Azide
5743dbc1d9 fix conflict 2022-03-14 23:58:53 +08:00
Azide
a6321cdf40 调整了test_config_manager_admin中的test顺序 2022-03-14 23:47:42 +08:00
felinae98
a671264c39
fix some bug 2022-03-14 23:26:50 +08:00
Azide
08387943ba 更新gitignore 2022-03-14 22:31:22 +08:00
pre-commit-ci[bot]
dae092402d auto fix by pre-commit hooks 2022-03-14 13:01:10 +00:00
Azide
574e491628 修复命令权限问题 2022-03-14 20:51:44 +08:00
Azide
410c9619d5 增加了group_manage_matcher的重载 2022-03-14 20:51:44 +08:00
Azide
2b8212834f 增加了group_manage_matcher的重载 2022-03-14 20:04:14 +08:00
Azide
ca059f5ac5 修复命令权限问题 2022-03-14 17:46:27 +08:00
AzideCupric
0979d8c075
Update pytest.yml 2022-03-13 21:38:27 +08:00
AzideCupric
0609b42261
fix mistakes 2022-03-13 21:35:39 +08:00
Azide
054083d983 修正文件位置 2022-03-13 21:32:59 +08:00
Azide
14a5cd84e5 Merge branch 'dev' of https://github.com/AzideCupric/nonebot-bison into dev 2022-03-13 21:30:00 +08:00
Azide
dc22695155 尝试添加actions 2022-03-13 21:21:39 +08:00
AzideCupric
7600a420d1
Merge branch 'main' into dev 2022-03-13 20:20:18 +08:00
Azide
1ffa7108c7 切换到dev 2022-03-13 20:11:34 +08:00
felinae98
05ec0659d1
add @staticmethod for util class 2022-03-13 16:45:50 +08:00
pre-commit-ci[bot]
8d6d5c9e8b auto fix by pre-commit hooks 2022-03-13 08:20:03 +00:00
Azide
0824b799c1 Merge branch 'main' of https://github.com/AzideCupric/nonebot-bison 2022-03-13 16:19:45 +08:00
Azide
8226c52666 补充README.MD的说明 2022-03-13 15:59:41 +08:00
pre-commit-ci[bot]
036ab31f85 auto fix by pre-commit hooks 2022-03-13 07:01:33 +00:00
Azide
0d84e1771f fix conflicts 2022-03-13 15:01:13 +08:00
Azide
098aa959cc 添加了在添加订阅过程中添加id步骤输入 查询 时bot应回复消息的test 2022-03-13 14:56:07 +08:00
pre-commit-ci[bot]
c9bea2a780 auto fix by pre-commit hooks 2022-03-12 17:54:26 +00:00
Azide
48bca04470 成功微调test_config_manager_abort使之pass 2022-03-13 01:50:49 +08:00
Azide
29f4abd9f4 成功微调test_config_manager_add使之pass 2022-03-13 01:37:15 +08:00
Azide
15f605b719 修改了test_config_manager_*.py文件的结构,尝试抽取出重复部分(未验证) 2022-03-12 12:59:45 +08:00
Azide
62feeb8489 修改test_config_manager内添加订阅test的相关内容 2022-03-12 00:30:36 +08:00
Azide
026390e6f2 优化订阅过程 2022-03-11 23:57:06 +08:00
felinae98
a39a9cf390
Merge branch 'main' of github.com:AzideCupric/nonebot-bison into AzideCupric/main 2022-03-11 00:28:19 +08:00
felinae98
550dc9f74c
update doc 2022-03-11 00:24:18 +08:00