معرفی شرکت ها


django-xtc-0.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

eXtra Test Cases for Django
ویژگی مقدار
سیستم عامل -
نام فایل django-xtc-0.2.0
نام django-xtc
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی http://github.com/melvyn-sopacua/django_xtc
آدرس اینترنتی https://pypi.org/project/django-xtc/
مجوز BSD 2-Clause License
Copyright (c) 2017, Melvyn Sopacua All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Description: Django eXtra Test Cases ^^^^^^^^^^^^^^^^^^^^^^^ .. image:: https://readthedocs.org/projects/django-xtc/badge/?version=latest :target: http://django-xtc.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status Django's test cases focus on test cases for use with a database. This is excellent as it is the hardest thing to do right. Yet, when creating (reusable) apps that do not have any models or testing views that do not use any models, you often find yourself doing the same thing with SimpleTestCase. This issue is the focus of Django XTC. TemplateTestCase ^^^^^^^^^^^^^^^^ The core test case for testing templates. Requires a template test directory which can be set on the class level and will fall back to TEMPLATE_TEST_DIR using Django's settings_. Below this directory, at least two subdirectories are used: - ``src``: The template code - ``expect``: The expected output of that template code - ``actual``: (optional) Used if the output is to be saved for post-mortem analysis. At the core is the test method `assertTemplateEqual`, which compares the expected template code with the actual. The template context (the variables) can be manipulated using the `template_context` attribute. .. _settings: https://docs.djangoproject.com/en/1.11/topics/settings/ Keywords: django unittests Platform: UNKNOWN Classifier: Development Status :: 3 - Alpha Classifier: Environment :: Web Environment Classifier: Intended Audience :: Developers Classifier: Framework :: Django Classifier: License :: OSI Approved :: BSD License Classifier: Natural Language :: English Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content Classifier: Topic :: Software Development :: Libraries :: Python Modules


نیازمندی

مقدار نام
>=1.9 Django
>=4.4.1) coverage
>=1.6) sphinx
xtr twine;
>=1.6) sphinx
>=1.6) sphinx
xtr sphinx-rtd-theme;


نحوه نصب


نصب پکیج whl django-xtc-0.2.0:

    pip install django-xtc-0.2.0.whl


نصب پکیج tar.gz django-xtc-0.2.0:

    pip install django-xtc-0.2.0.tar.gz