Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
tracing "unexpected successes"
Browse files Browse the repository at this point in the history
  • Loading branch information
tunstek committed Nov 6, 2019
1 parent 10a45b2 commit 49f087e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_fetcher_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,12 @@ def status_ok(self, status, type):
return False
return status.get('track', {}).get(type, {}).get('ok', False)

'''
#not used
@classmethod
def __getattr__(self, name):
return name
'''

@classmethod
def some_class_method(self):
Expand Down

0 comments on commit 49f087e

Please sign in to comment.