aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/test_unwrap_attachments.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/_pytest/test_unwrap_attachments.py b/_pytest/test_unwrap_attachments.py
index 5f76e57..2541538 100644
--- a/_pytest/test_unwrap_attachments.py
+++ b/_pytest/test_unwrap_attachments.py
@@ -212,6 +212,22 @@ import pytest
},
{
'input_message': {'attachments': [{
+ 'text': 'Original message',
+ 'files': [
+ {
+ 'title': 'File',
+ 'url_private': 'http://link',
+ }
+ ],
+ }]},
+ 'input_text_before': "",
+ 'output': "\n".join([
+ "Original message",
+ "http://link (File)",
+ ]),
+ },
+ {
+ 'input_message': {'attachments': [{
'title': 'Title',
'fields': [{
'title': 'First field title',