@@ -209,7 +209,7 @@ def test_bump_command_increment_option(
209209
210210
211211@pytest .mark .usefixtures ("tmp_commitizen_project" )
212- def test_bump_command_prelease (mocker : MockFixture ):
212+ def test_bump_command_prerelease (mocker : MockFixture ):
213213 create_file_and_commit ("feat: location" )
214214
215215 # Create an alpha pre-release.
@@ -281,7 +281,7 @@ def test_bump_command_prelease(mocker: MockFixture):
281281
282282
283283@pytest .mark .usefixtures ("tmp_commitizen_project" )
284- def test_bump_command_prelease_increment (mocker : MockFixture ):
284+ def test_bump_command_prerelease_increment (mocker : MockFixture ):
285285 # FINAL RELEASE
286286 create_file_and_commit ("fix: location" )
287287
@@ -317,7 +317,7 @@ def test_bump_command_prelease_increment(mocker: MockFixture):
317317
318318
319319@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 ):
321321 # PRERELEASE
322322 create_file_and_commit ("feat: location" )
323323
@@ -1062,7 +1062,7 @@ def test_bump_use_version_provider(mocker: MockFixture):
10621062 mock .set_version .assert_called_once_with ("0.0.1" )
10631063
10641064
1065- def test_bump_command_prelease_scheme_via_cli (
1065+ def test_bump_command_prerelease_scheme_via_cli (
10661066 tmp_commitizen_project_initial , mocker : MockFixture
10671067):
10681068 tmp_commitizen_project = tmp_commitizen_project_initial ()
@@ -1101,7 +1101,7 @@ def test_bump_command_prelease_scheme_via_cli(
11011101 assert "0.2.0" in f .read ()
11021102
11031103
1104- def test_bump_command_prelease_scheme_via_config (
1104+ def test_bump_command_prerelease_scheme_via_config (
11051105 tmp_commitizen_project_initial , mocker : MockFixture
11061106):
11071107 tmp_commitizen_project = tmp_commitizen_project_initial (
@@ -1145,7 +1145,7 @@ def test_bump_command_prelease_scheme_via_config(
11451145 assert "0.2.0" in f .read ()
11461146
11471147
1148- def test_bump_command_prelease_scheme_check_old_tags (
1148+ def test_bump_command_prerelease_scheme_check_old_tags (
11491149 tmp_commitizen_project_initial , mocker : MockFixture
11501150):
11511151 tmp_commitizen_project = tmp_commitizen_project_initial (
0 commit comments