@@ -209,7 +209,7 @@ def test_bump_command_increment_option(
209
209
210
210
211
211
@pytest .mark .usefixtures ("tmp_commitizen_project" )
212
- def test_bump_command_prelease (mocker : MockFixture ):
212
+ def test_bump_command_prerelease (mocker : MockFixture ):
213
213
create_file_and_commit ("feat: location" )
214
214
215
215
# Create an alpha pre-release.
@@ -281,7 +281,7 @@ def test_bump_command_prelease(mocker: MockFixture):
281
281
282
282
283
283
@pytest .mark .usefixtures ("tmp_commitizen_project" )
284
- def test_bump_command_prelease_increment (mocker : MockFixture ):
284
+ def test_bump_command_prerelease_increment (mocker : MockFixture ):
285
285
# FINAL RELEASE
286
286
create_file_and_commit ("fix: location" )
287
287
@@ -317,7 +317,7 @@ def test_bump_command_prelease_increment(mocker: MockFixture):
317
317
318
318
319
319
@pytest .mark .usefixtures ("tmp_commitizen_project" )
320
- def test_bump_command_prelease_exact_mode (mocker : MockFixture ):
320
+ def test_bump_command_prerelease_exact_mode (mocker : MockFixture ):
321
321
# PRERELEASE
322
322
create_file_and_commit ("feat: location" )
323
323
@@ -1062,7 +1062,7 @@ def test_bump_use_version_provider(mocker: MockFixture):
1062
1062
mock .set_version .assert_called_once_with ("0.0.1" )
1063
1063
1064
1064
1065
- def test_bump_command_prelease_scheme_via_cli (
1065
+ def test_bump_command_prerelease_scheme_via_cli (
1066
1066
tmp_commitizen_project_initial , mocker : MockFixture
1067
1067
):
1068
1068
tmp_commitizen_project = tmp_commitizen_project_initial ()
@@ -1101,7 +1101,7 @@ def test_bump_command_prelease_scheme_via_cli(
1101
1101
assert "0.2.0" in f .read ()
1102
1102
1103
1103
1104
- def test_bump_command_prelease_scheme_via_config (
1104
+ def test_bump_command_prerelease_scheme_via_config (
1105
1105
tmp_commitizen_project_initial , mocker : MockFixture
1106
1106
):
1107
1107
tmp_commitizen_project = tmp_commitizen_project_initial (
@@ -1145,7 +1145,7 @@ def test_bump_command_prelease_scheme_via_config(
1145
1145
assert "0.2.0" in f .read ()
1146
1146
1147
1147
1148
- def test_bump_command_prelease_scheme_check_old_tags (
1148
+ def test_bump_command_prerelease_scheme_check_old_tags (
1149
1149
tmp_commitizen_project_initial , mocker : MockFixture
1150
1150
):
1151
1151
tmp_commitizen_project = tmp_commitizen_project_initial (
0 commit comments