We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c350d4 commit faa075bCopy full SHA for faa075b
tests/test_config.py
@@ -57,6 +57,7 @@ def test_plugin_config_defaults(self):
57
# default reference
58
expected = {
59
"abstract_chars_count": 160,
60
+ "abstract_delimiter": "<!-- more -->",
61
"categories": None,
62
"comments_path": None,
63
"date_from_meta": None,
@@ -80,6 +81,7 @@ def test_plugin_config_image(self):
80
81
# reference
82
83
84
85
86
87
0 commit comments