File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import conventions .karma_angular as angular
2- import conventions .changelog as changelog
3- import conventions .symphony_cmf as symphony
4- import conventions .no_convention as no_convention
1+ import commit_helper . conventions .karma_angular as angular
2+ import commit_helper . conventions .changelog as changelog
3+ import commit_helper . conventions .symphony_cmf as symphony
4+ import commit_helper . conventions .no_convention as no_convention
55
66
77def test_angular_convention_with_context ():
Original file line number Diff line number Diff line change 1- import utils
1+ import commit_helper . utils . utils as utils
22# import yaml
33
44
@@ -37,7 +37,7 @@ def test_sanitize_as_empty_string():
3737 string = utils .sanitize_as_empty_string (string )
3838 if not string == 'asopdfha' :
3939 raise AssertionError ()
40-
40+
4141 string2 = None
4242 string2 = utils .sanitize_as_empty_string (string2 )
4343 if not string2 == '' :
You can’t perform that action at this time.
0 commit comments