aboutsummaryrefslogtreecommitdiffstats
path: root/_pytest
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2023-07-07 01:53:33 +0200
committerTrygve Aaberge <trygveaa@gmail.com>2023-07-07 01:53:33 +0200
commit2ee278623b2f7a1fac8a6908999cb8e33a1be13f (patch)
tree238b3c783fbcd6f59e4ae7293b5abc6175c585a3 /_pytest
parent74da30342e8d328fc085d2158e37afda3b908f2c (diff)
downloadwee-slack-2ee278623b2f7a1fac8a6908999cb8e33a1be13f.tar.gz
Split long line to satisfy flake8
Diffstat (limited to '_pytest')
-rw-r--r--_pytest/test_render_blocks.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/_pytest/test_render_blocks.py b/_pytest/test_render_blocks.py
index 258fc49..28f6bfe 100644
--- a/_pytest/test_render_blocks.py
+++ b/_pytest/test_render_blocks.py
@@ -110,7 +110,10 @@ import wee_slack
}
],
"rendered": [
- "normal <[color bold]>*bold*<[color -bold]> <[color italic]>_italic_<[color -italic]> ~strikethrough~ <[color bold]><[color italic]>*_~bold-italic-strikethrough~_*<[color -bold]><[color -italic]> https://vg.no (link)",
+ "normal <[color bold]>*bold*<[color -bold]> <[color italic]>_italic_"
+ "<[color -italic]> ~strikethrough~ <[color bold]><[color italic]>"
+ "*_~bold-italic-strikethrough~_*<[color -bold]><[color -italic]> "
+ "https://vg.no (link)",
"1. number",
"2. list",
"> some quote",