Skip to content

Commit

Permalink
test failing on diff
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Apr 11, 2021
1 parent eb6a236 commit 2809b13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lddwrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
DEPENDENCY_ATTRIBUTES = ['soname', 'path', 'found', 'mem_address', 'unused']


def not_covered():
print('no testing for this')


# yapf: disable
@icontract.invariant(
lambda self: not (self.soname is None and self.found) or (
Expand Down

0 comments on commit 2809b13

Please sign in to comment.