apply black

This commit is contained in:
cclecle
2023-03-22 23:22:29 +00:00
parent 9526f3a87a
commit dc5984d445
7 changed files with 46 additions and 158 deletions

View File

@@ -7,12 +7,6 @@
# work. If not, see <https://creativecommons.org/licenses/by-nc-sa/4.0/>.
import unittest
from io import StringIO
from contextlib import redirect_stdout, redirect_stderr
from pywin.scintilla.formatter import STYLE_TQDSTRING
print(__name__)
print(__package__)
from src import pychangelogfactory
@@ -40,9 +34,7 @@ fdsfdsfdsfsdfsdff
class Testtest_module(unittest.TestCase):
def test_simplegeneration_full(self):
pychangelogfactory.ChangeLogFormater.FactoryProcessFullChangelog(
test_commitlog_1
)
pychangelogfactory.ChangeLogFormater.FactoryProcessFullChangelog(test_commitlog_1)
changelog = pychangelogfactory.ChangeLogFormater.RenderFullChangelog()
print(changelog)
self.assertIn("test1", changelog)