Skip to content

Commit e0ba530

Browse files
committed
Remove stand-alone tests
1 parent 96e6300 commit e0ba530

File tree

1 file changed

+1
-13
lines changed
  • mkdocs_git_revision_date_localized_plugin

1 file changed

+1
-13
lines changed

mkdocs_git_revision_date_localized_plugin/plugin.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,4 @@ def on_page_markdown(
168168
# ##################################
169169
if __name__ == "__main__":
170170
"""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)
171+
pass

0 commit comments

Comments
 (0)