Option C Tools
Loading...
Searching...
No Matches
tests_git.test_conventional.TestValidate Class Reference

Public Member Functions

 test_valid_message (self)
 test_valid_minimal (self)
 test_unknown_type (self)
 test_subject_too_long (self)
 test_uppercase_first_char (self)
 test_trailing_period (self)
 test_empty_message (self)
 test_not_conventional_format (self)
 test_multiple_errors (self)
 test_exactly_72_chars_ok (self)
 test_sec_type_valid (self)
 test_breaking_valid (self)

Detailed Description

Definition at line 128 of file test_conventional.py.

Member Function Documentation

◆ test_breaking_valid()

tests_git.test_conventional.TestValidate.test_breaking_valid ( self)

Definition at line 182 of file test_conventional.py.

◆ test_empty_message()

tests_git.test_conventional.TestValidate.test_empty_message ( self)

Definition at line 157 of file test_conventional.py.

◆ test_exactly_72_chars_ok()

tests_git.test_conventional.TestValidate.test_exactly_72_chars_ok ( self)

Definition at line 172 of file test_conventional.py.

◆ test_multiple_errors()

tests_git.test_conventional.TestValidate.test_multiple_errors ( self)

Definition at line 167 of file test_conventional.py.

◆ test_not_conventional_format()

tests_git.test_conventional.TestValidate.test_not_conventional_format ( self)

Definition at line 162 of file test_conventional.py.

◆ test_sec_type_valid()

tests_git.test_conventional.TestValidate.test_sec_type_valid ( self)

Definition at line 178 of file test_conventional.py.

◆ test_subject_too_long()

tests_git.test_conventional.TestValidate.test_subject_too_long ( self)

Definition at line 144 of file test_conventional.py.

◆ test_trailing_period()

tests_git.test_conventional.TestValidate.test_trailing_period ( self)

Definition at line 153 of file test_conventional.py.

◆ test_unknown_type()

tests_git.test_conventional.TestValidate.test_unknown_type ( self)

Definition at line 138 of file test_conventional.py.

◆ test_uppercase_first_char()

tests_git.test_conventional.TestValidate.test_uppercase_first_char ( self)

Definition at line 149 of file test_conventional.py.

◆ test_valid_message()

tests_git.test_conventional.TestValidate.test_valid_message ( self)

Definition at line 130 of file test_conventional.py.

◆ test_valid_minimal()

tests_git.test_conventional.TestValidate.test_valid_minimal ( self)

Definition at line 134 of file test_conventional.py.


The documentation for this class was generated from the following file: