aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/bot_info.json3
-rw-r--r--tests/data/reply_data.json17
2 files changed, 20 insertions, 0 deletions
diff --git a/tests/data/bot_info.json b/tests/data/bot_info.json
new file mode 100644
index 0000000..7890022
--- /dev/null
+++ b/tests/data/bot_info.json
@@ -0,0 +1,3 @@
+{
+ nick : "本大魔王"
+} \ No newline at end of file
diff --git a/tests/data/reply_data.json b/tests/data/reply_data.json
new file mode 100644
index 0000000..e4977ee
--- /dev/null
+++ b/tests/data/reply_data.json
@@ -0,0 +1,17 @@
+[
+ {
+ "rule": "hello",
+ "message": "你好!"
+ },
+ {
+ "rule": "test",
+ "message": [
+ {
+ "type": "text",
+ "data": {
+ "text": "测试"
+ }
+ }
+ ]
+ }
+] \ No newline at end of file