Skip to content

Commit

Permalink
Complete rewrite, compatibility kept.
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Nov 10, 2013
1 parent b8b660a commit d892470
Show file tree
Hide file tree
Showing 33 changed files with 19,447 additions and 923 deletions.
3 changes: 3 additions & 0 deletions .bzrignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ __pycache__
./build
./dist
./MANIFEST
./*.egg*
./.coverage
./htmlcov
12 changes: 12 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[run]
branch = True

[report]
exclude_lines =
pragma: no cover

raise AssertionError
raise NotImplementedError

include =
clize/*
Loading

0 comments on commit d892470

Please sign in to comment.