Skip to content

Commit

Permalink
import real module to test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 8, 2016
1 parent 8c37827 commit 9552499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions patches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ class Result(object):

pass


class Source(object):

def get_results(self) -> List[Result]:
pass



class Entry(object):

raw_data = None # type: str
Expand All @@ -38,5 +38,4 @@ def __str__(self) -> str:
class Communique(Entry):

def __str__(self) -> str:

return self.raw_data
5 changes: 3 additions & 2 deletions tests/test_patches.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
from patches import Entry


def test_this():
assert 1 == 1
def test_has_raw_data():
assert Entry.raw_data is None

0 comments on commit 9552499

Please sign in to comment.