Closed mjrider closed 8 years ago
73.04%
Merging #29 into master will increase coverage by +0.20% as of
01f07f9
@@ master #29 diff @@
======================================
Files 10 10
Stmts 534 538 +4
Branches 0 0
Methods 95 95
======================================
+ Hit 389 393 +4
Partial 0 0
Missed 145 145
Review entire Coverage Diff as of
01f07f9
Powered by Codecov. Updated on successful CI builds.
The inspection completed: 1 new issues, 1 updated code elements
currently parents gives strange results
parents('/somepath/','/somepath/sub/')
would result in['/somepath/sub/']
This is unexpected, because the root is not a parent of pathparents('/somepath/','/otherpath/')
would result in['/otherpath/']
This is unexpected, because the root is not a parent of pathnew behaviour would be in both cases an
[]
other change, which can be split in a separate pull is the change in used assert functions