معرفی شرکت ها


django-setuptest-recipe-0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Recipe to prevent django-setuptest from polluting module being tested with downloaded eggs
ویژگی مقدار
سیستم عامل -
نام فایل django-setuptest-recipe-0.1
نام django-setuptest-recipe
نسخه کتابخانه 0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Praekelt Foundation
ایمیل نویسنده dev@praekelt.com
آدرس صفحه اصلی http://github.com/praekelt/django-setuptest-recipe
آدرس اینترنتی https://pypi.org/project/django-setuptest-recipe/
مجوز BSD
Django Setuptest Recipe ======================= **Recipe to prevent django-setuptest from polluting module being tested with downloaded eggs.** .. contents:: Contents :depth: 5 Motivation ---------- django-setuptest downloads eggs required for a test run and places them in the module directory. For example, if the module to be tested is called ``foo`` then the command ``python setup.py test`` causes ``src/foo`` to be polluted with many eggs. There is currently no way to instruct setuptools to store these eggs in another location. ``django-setuptest-recipe`` addresses this shortcoming by wrapping the Python interpreter to be aware of egg locations. Usage ----- Add the following to your ``buildout.cfg``:: parts= ... setuptest-runner [setuptest-runner] recipe = django-setuptest-recipe eggs = ${buildout:eggs} An executable file called ``setuptest-runner`` is created in the ``bin`` directory. You can now do ``/path/to/instance/bin/setuptest-runner setup.py test`` from within the ``src/foo`` directory. Authors ======= Praekelt Foundation ------------------- * Hedley Roos Changelog ========= 0.1 --- #. First release.


نحوه نصب


نصب پکیج whl django-setuptest-recipe-0.1:

    pip install django-setuptest-recipe-0.1.whl


نصب پکیج tar.gz django-setuptest-recipe-0.1:

    pip install django-setuptest-recipe-0.1.tar.gz