Metadata-Version: 1.1
Name: teamcity-messages
Version: 1.13
Summary: Send test results to TeamCity continuous integration server from unittest, nose and py.test (Python 2.6+)
Home-page: https://github.com/JetBrains/teamcity-python
Author: JetBrains
Author-email: teamcity-feedback@jetbrains.com
License: Apache 2.0
Description: This packages provides unittest, nose and py.test
        plugins for sending test result messages
        to TeamCity continuous integration server
        http://www.jetbrains.com/teamcity/
        
        **unittest**: see examples/simple.py for example how to
        write your own test file which reports messages
        under TeamCity and prints usual diagnostics without it.
        
        **nose**, **py.test** : test status reporting enabled automatically under TeamCity build (when teamcity-messages package is installed)
        
        **django**: For Django 1.6+: Use the Teamcity runner instead of the default DiscoverRunner by changing the following setting in your settings.py:
        TEST_RUNNER = "teamcity.django.TeamcityDjangoRunner"
        If you are using another test runner, you should override the `run_suite` method or use the `DiscoverRunner.test_runner` property introduced in Django 1.7.
        
        **flake8**: add `--teamcity` option to flake8 command line to report errors and warning as TeamCity failed tests
        
        ChangeLog: https://github.com/JetBrains/teamcity-python/blob/master/CHANGELOG.txt
        
        Issue Tracker: https://github.com/JetBrains/teamcity-python/issues
        
Keywords: unittest teamcity test nose py.test pytest jetbrains
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
