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

Public Member Functions

 test_simple_feat (self)
 test_with_scope (self)
 test_docs_with_scope (self)
 test_breaking_bang (self)
 test_breaking_footer (self)
 test_garbage_returns_none (self)
 test_empty_returns_none (self)
 test_whitespace_only_returns_none (self)
 test_multiline_body (self)
 test_all_valid_types_parse (self)
 test_scope_with_hyphen (self)
 test_colon_spacing_flexible (self)
 test_extra_space_after_colon (self)

Detailed Description

Definition at line 50 of file test_conventional.py.

Member Function Documentation

◆ test_all_valid_types_parse()

tests_git.test_conventional.TestParse.test_all_valid_types_parse ( self)

Definition at line 101 of file test_conventional.py.

◆ test_breaking_bang()

tests_git.test_conventional.TestParse.test_breaking_bang ( self)

Definition at line 74 of file test_conventional.py.

◆ test_breaking_footer()

tests_git.test_conventional.TestParse.test_breaking_footer ( self)

Definition at line 79 of file test_conventional.py.

◆ test_colon_spacing_flexible()

tests_git.test_conventional.TestParse.test_colon_spacing_flexible ( self)

Definition at line 112 of file test_conventional.py.

◆ test_docs_with_scope()

tests_git.test_conventional.TestParse.test_docs_with_scope ( self)

Definition at line 67 of file test_conventional.py.

◆ test_empty_returns_none()

tests_git.test_conventional.TestParse.test_empty_returns_none ( self)

Definition at line 88 of file test_conventional.py.

◆ test_extra_space_after_colon()

tests_git.test_conventional.TestParse.test_extra_space_after_colon ( self)

Definition at line 117 of file test_conventional.py.

◆ test_garbage_returns_none()

tests_git.test_conventional.TestParse.test_garbage_returns_none ( self)

Definition at line 85 of file test_conventional.py.

◆ test_multiline_body()

tests_git.test_conventional.TestParse.test_multiline_body ( self)

Definition at line 94 of file test_conventional.py.

◆ test_scope_with_hyphen()

tests_git.test_conventional.TestParse.test_scope_with_hyphen ( self)

Definition at line 107 of file test_conventional.py.

◆ test_simple_feat()

tests_git.test_conventional.TestParse.test_simple_feat ( self)

Definition at line 52 of file test_conventional.py.

◆ test_whitespace_only_returns_none()

tests_git.test_conventional.TestParse.test_whitespace_only_returns_none ( self)

Definition at line 91 of file test_conventional.py.

◆ test_with_scope()

tests_git.test_conventional.TestParse.test_with_scope ( self)

Definition at line 60 of file test_conventional.py.


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