about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-08-21 03:54:22 +0200
committerGitHub <noreply@github.com>2022-08-21 03:54:22 +0200
commit5471a27d9fd75e912431d05e1b25cdae1d7adcbb (patch)
treea5f1e2b92bfc31c3be8430c9133f453e14d98f19 /pkgs/applications/version-management
parentc637bce3d985c42b224ef4de87690c339e45987d (diff)
parentba7442e6470bf49430dda8f734005615a6569324 (diff)
Merge pull request #187571 from loicreynier/fix-commitizen
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/commitizen/default.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/commitizen/default.nix b/pkgs/applications/version-management/commitizen/default.nix
index f6a52466d68d8..017b48367267c 100644
--- a/pkgs/applications/version-management/commitizen/default.nix
+++ b/pkgs/applications/version-management/commitizen/default.nix
@@ -78,6 +78,7 @@ buildPythonApplication rec {
     "test_breaking_change_content_v1"
     "test_breaking_change_content_v1_beta"
     "test_breaking_change_content_v1_multiline"
+    "test_bump_command_increment_option"
     "test_bump_command_prelease"
     "test_bump_dry_run"
     "test_bump_files_only"
@@ -95,23 +96,35 @@ buildPythonApplication rec {
     "test_bump_with_changelog_arg"
     "test_bump_with_changelog_config"
     "test_bump_with_changelog_to_stdout_arg"
+    "test_bump_with_changelog_to_stdout_dry_run_arg"
     "test_changelog_config_flag_increment"
     "test_changelog_config_start_rev_option"
+    "test_changelog_from_rev_first_version_from_arg"
+    "test_changelog_from_rev_latest_version_dry_run"
+    "test_changelog_from_rev_latest_version_from_arg"
+    "test_changelog_from_rev_range_version_not_found"
+    "test_changelog_from_rev_single_version_not_found"
+    "test_changelog_from_rev_version_range_from_arg"
+    "test_changelog_from_rev_version_range_including_first_tag"
+    "test_changelog_from_rev_version_with_big_range_from_arg"
     "test_changelog_from_start"
     "test_changelog_from_version_zero_point_two"
     "test_changelog_hook"
     "test_changelog_incremental_angular_sample"
     "test_changelog_incremental_keep_a_changelog_sample"
     "test_changelog_incremental_keep_a_changelog_sample_with_annotated_tag"
+    "test_changelog_incremental_newline_separates_new_content_from_old"
     "test_changelog_incremental_with_release_candidate_version"
     "test_changelog_is_persisted_using_incremental"
     "test_changelog_multiple_incremental_do_not_add_new_lines"
     "test_changelog_replacing_unreleased_using_incremental"
     "test_changelog_with_different_cz"
+    "test_changelog_with_filename_as_empty_string"
     "test_get_commits"
     "test_get_commits_author_and_email"
     "test_get_commits_with_signature"
     "test_get_latest_tag_name"
+    "test_invalid_subject_is_skipped"
     "test_is_staging_clean_when_updating_file"
     "test_none_increment_should_not_call_git_tag_and_error_code_is_not_zero"
     "test_prevent_prerelease_when_no_increment_detected"