Added verbose role name to the request model.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
Metadata-Version: 1.0Name: coverageVersion: 2.85Summary: Coverage: code coverage testing for PythonHome-page: http://nedbatchelder.com/code/modules/coverage.htmlAuthor: Ned BatchelderAuthor-email: ned@nedbatchelder.comLicense: BSDDownload-URL: http://nedbatchelder.com/code/modules/coverage-2.85.tar.gzDescription: Coverage.py is a Python module that measures code coverage during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.Keywords: code coverage testingPlatform: UNKNOWNClassifier: Development Status :: 5 - Production/StableClassifier: Environment :: ConsoleClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: BSD LicenseClassifier: Operating System :: OS IndependentClassifier: Programming Language :: PythonClassifier: Topic :: Software Development :: Quality AssuranceClassifier: Topic :: Software Development :: Testing