codeclimate/python-test-reporter

View on GitHub
codeclimate_test_reporter/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""
codeclimate-test-reporter
"""

import os

__author__ = "Code Climate"
__version__ = open(os.path.join(os.path.dirname(__file__), "VERSION")).read().strip()
__license__ = "MIT"