معرفی شرکت ها


django-jux-1.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

JUnit-style XML output for Django tests
ویژگی مقدار
سیستم عامل -
نام فایل django-jux-1.0.2
نام django-jux
نسخه کتابخانه 1.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sean Myers
ایمیل نویسنده sean.dst@gmail.com
آدرس صفحه اصلی https://bitbucket.org/seandst/django-jux
آدرس اینترنتی https://pypi.org/project/django-jux/
مجوز MIT Expat License
Introduction ============ django-jux/JUXD is an attempt to get JUnit-style XML output from the Django test runner. It does a few notable things: * Uses the test runner from the ``django.utils.unittest`` abstraction layer (Django >= 1.3 required) * Does not redefine the behavior of the test suite's ``run`` method * Does not redefine the behavior of the test runner's ``run_suite`` method * Includes test suite run time as well as individual test run times * Supports all available unittest2 outcomes (success, failure, error, etc...) * Works with builtin ElementTree to generate the XML output This job can be done using nose's xunit plugin, but with the unittest improvements in Python 2.7, my only reason for using nose was for the xunit plugin itself. nose is a bit of a heavy hitter, but it's a (really good) generic test runner, not django specific. I wanted something a little more targeted, and this is the result. The main motivator behind this was getting test output into Jenkins CI, which works perfectly. Installation ============ Install Django >=1.3 and set up a project. Then, in your django project settings: :: # Tell Django to use the JUXD Test Suite Runner TEST_RUNNER = 'juxd.JUXDTestSuiteRunner' # Where to write the output JUXD_FILENAME = '/path/to/junit.xml' Thanks ====== This module pulls inspiration from a lot of sources, and credit is due to all of them: * `junitxml plugin from the experimental plugin branch of unittest2`__ __ https://bitbucket.org/jpellerin/unittest2 * `xunit plugin for nose`__ __ http://nosexunit.sourceforge.net/ * `Jenkins CI`__ __ http://jenkins-ci.org/ * `JUnit itself`__ __ http://www.junit.org/ * `MetaMetrics, Inc.`__ __ http://www.metametricsinc.com/


نحوه نصب


نصب پکیج whl django-jux-1.0.2:

    pip install django-jux-1.0.2.whl


نصب پکیج tar.gz django-jux-1.0.2:

    pip install django-jux-1.0.2.tar.gz