-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from snoopyjc/master
Proposed v1.15.0
- Loading branch information
Showing
21 changed files
with
1,039 additions
and
423 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[run] | ||
#plugins = rivescript_coverage_plugin | ||
source = . | ||
omit = ./venv/* | ||
|
||
[report] | ||
exclude_lines = | ||
pragma: no cover | ||
raise NotImplementedError | ||
if __name__ == .__main__. | ||
def _dump\(self\): | ||
|
||
[rivescript_coverage_plugin] | ||
show_startup = False | ||
show_parsing = False | ||
show_tracing = False | ||
clean_rs_objects = True | ||
capture_streams = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
__pycache__ | ||
.coverage | ||
*.pyc | ||
*~ | ||
*.swp | ||
htmlcov | ||
_rs_streams_ | ||
build/ | ||
dist/ | ||
venv | ||
*.egg-info/ | ||
rivescript.zip | ||
.gitold |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.