Skip to main content

A plug-in to measure code coverage in RiveScript with python

Project description

https://badge.fury.io/py/rivescript_coverage_plugin.png https://travis-ci.org/snoopyjc/rivescript_coverage_plugin.png?branch=master

A plug-in to measure code coverage in RiveScript with python

Features

The RiveScript Coverage Plugin is a plugin for Coverage.py which extends that package to measure code coverage for RiveScript files. It uses code analysis tools and debug hooks provided by the RiveScript interpreter to determine which lines are executable, and which have been executed. It supports CPython version 3.6 and above and plugs into Coverage.py version 5.0 and above. It requires RiveScript 1.14.9 or above.

Documentation is on Read The Docs. Code repository and issue tracker are on GitHub.

Getting Started

  1. Use pip to install:

    $ pip install rivescript_coverage_plugin
  2. Create or edit your .coveragerc file and add this:

    [run]
    plugins = rivescript_coverage_plugin
  3. Run the coverage command or pytest with the --cov option and your RiveScript files will automatically be included in the coverage analysis and subsequent report generation.

Note that just like with Python coverage, RiveScript files that are not executed at all will not be part of your coverage report. To add them, use the source = . or other more specific source specifier in the [run] section of your .coveragerc file or the --source command line option. See the Coverage Documentation section “Specifying source files” for more information on this.

Documentation

The full documentation is at http://rivescript_coverage_plugin.rtfd.org.

History

0.1.0 (2020-01-16)

  • First release on PyPI.

0.2.0 (2020-01-17)

  • Fix Issues #1-#4

0.2.1 (2020-01-19)

  • Fix Issue #5

0.2.2 (2020-01-19)

  • Fix Issue #6

0.2.3 (2020-02-23)

  • Fix Issue #7, #8

1.0.0 (2020-02-28)

  • Add syntax highlighting, fixup some documentation issues, and fix issues #9-#14.

1.1.0 (2020-03-29)

  • Fix issues #15-#18 and #21.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rivescript_coverage_plugin-1.1.0.tar.gz (24.9 kB view details)

Uploaded Source

Built Distributions

rivescript_coverage_plugin-1.1.0-py3.7.egg (19.6 kB view details)

Uploaded Source

rivescript_coverage_plugin-1.1.0-py2.py3-none-any.whl (21.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file rivescript_coverage_plugin-1.1.0.tar.gz.

File metadata

  • Download URL: rivescript_coverage_plugin-1.1.0.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for rivescript_coverage_plugin-1.1.0.tar.gz
Algorithm Hash digest
SHA256 e269778cffaa33700fe691bf31f4565409be43e40731895beeb9d50c3aa8dd1d
MD5 d1fb4a486452ea37ca0fb0c4279eec03
BLAKE2b-256 38fa5442dcbe077b564d21fda2c0617214f40f340d67abf3338252fc1d462d09

See more details on using hashes here.

File details

Details for the file rivescript_coverage_plugin-1.1.0-py3.7.egg.

File metadata

  • Download URL: rivescript_coverage_plugin-1.1.0-py3.7.egg
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for rivescript_coverage_plugin-1.1.0-py3.7.egg
Algorithm Hash digest
SHA256 54102b7a785d481df853f01ec958cebead308162c5847102616ff2aa0f89846a
MD5 0c738d41a4d473e4a64b469932292144
BLAKE2b-256 88a4b6d47f983b93ea116adf7bb51c066bd8eca9c6ab22c04a21761fee020bbc

See more details on using hashes here.

File details

Details for the file rivescript_coverage_plugin-1.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: rivescript_coverage_plugin-1.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3

File hashes

Hashes for rivescript_coverage_plugin-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6be4bfa7272c37b222bf59db60eee76cb71df90e03da068fb3b463a18d451a33
MD5 279fd3ea2e070383e91c5b8c672278b2
BLAKE2b-256 7a1e7f2cf5a3eee48716102d7b47b592dc18b04a6f6f34f9d58a439c93c2d8d3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page