File tree 2 files changed +6
-6
lines changed
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
5
5
6
6
7
7
def 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
2
2
# import yaml
3
3
4
4
@@ -37,7 +37,7 @@ def test_sanitize_as_empty_string():
37
37
string = utils .sanitize_as_empty_string (string )
38
38
if not string == 'asopdfha' :
39
39
raise AssertionError ()
40
-
40
+
41
41
string2 = None
42
42
string2 = utils .sanitize_as_empty_string (string2 )
43
43
if not string2 == '' :
You can’t perform that action at this time.
0 commit comments