Skip to content

Commit

Permalink
Cleanup coveragerc, fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgross committed May 19, 2014
1 parent c96dc27 commit 33b482a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
[report]

exclude_lines =
if __name__ == .__main__.:
raise NotImplemented.
def __repr__

[run]
include = pyeqs/*
omit = pyeqs/packages/*
1 change: 1 addition & 0 deletions tests/unit/test_queryset.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,7 @@ def test_queryset_iteration():
for result in t:
results.append(result)
len(results).should.equal(1)
len(t).should.equal(1)
t.count().should.equal(1)


Expand Down

0 comments on commit 33b482a

Please sign in to comment.