1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

renamed old sg stuff to blag

This commit is contained in:
Bastian Venthur
2021-02-01 21:34:30 +01:00
parent e18e5f6aa1
commit 5f5a8af49b
12 changed files with 15 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ from datetime import datetime
import pytest
import markdown
from sg.markdown import convert_markdown, markdown_factory
from blag.markdown import convert_markdown, markdown_factory
@pytest.mark.parametrize("input_, expected", [