@@ -115,7 +115,6 @@ def test_changelog_replacing_unreleased_using_incremental(
115
115
def test_changelog_is_persisted_using_incremental (
116
116
mocker : MockFixture , capsys , changelog_path , file_regression
117
117
):
118
-
119
118
create_file_and_commit ("feat: add new output" )
120
119
create_file_and_commit ("fix: output glitch" )
121
120
create_file_and_commit ("Merge into master" )
@@ -519,7 +518,6 @@ def test_breaking_change_content_v1_multiline(
519
518
def test_changelog_config_flag_increment (
520
519
mocker : MockFixture , changelog_path , config_path , file_regression
521
520
):
522
-
523
521
with open (config_path , "a" ) as f :
524
522
f .write ("changelog_incremental = true\n " )
525
523
with open (changelog_path , "a" ) as f :
@@ -576,7 +574,6 @@ def test_changelog_config_flag_merge_prerelease(
576
574
def test_changelog_config_start_rev_option (
577
575
mocker : MockFixture , capsys , config_path , file_regression
578
576
):
579
-
580
577
# create commit and tag
581
578
create_file_and_commit ("feat: new file" )
582
579
testargs = ["cz" , "bump" , "--yes" ]
@@ -738,7 +735,6 @@ def test_changelog_incremental_with_merge_prerelease(
738
735
def test_changelog_with_filename_as_empty_string (
739
736
mocker : MockFixture , changelog_path , config_path
740
737
):
741
-
742
738
with open (config_path , "a" ) as f :
743
739
f .write ("changelog_file = true\n " )
744
740
0 commit comments