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 96e6300 commit e0ba530Copy full SHA for e0ba530
mkdocs_git_revision_date_localized_plugin/plugin.py
@@ -168,16 +168,4 @@ def on_page_markdown(
168
# ##################################
169
if __name__ == "__main__":
170
"""Standalone execution and quick tests."""
171
- # set log on debug
172
- logging.basicConfig(level=logging.DEBUG)
173
-
174
- # instanciate
175
- plg = GitRevisionDateLocalizedPlugin()
176
177
- # minimal tests
178
- assert plg.locale == "en"
179
- assert isinstance(plg.config, dict)
180
- assert plg.config == {}
181
182
- plg.load_config({"locale": "fr"})
183
- print(plg.config)
+ pass
0 commit comments