معرفی شرکت ها


django_autotest-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Django autotest is a command that automaticaly runs the test suite
ویژگی مقدار
سیستم عامل -
نام فایل django_autotest-0.1.0
نام django_autotest
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Martin Rusev
ایمیل نویسنده martinrusev@live.com
آدرس صفحه اصلی https://github.com/martinrusev/django-autotest
آدرس اینترنتی https://pypi.org/project/django_autotest/
مجوز BSD
================= django-autotest ================= Django autotest is a custom command for your applications that runs the test suite when you save a test file and displays a desktop notification with the results. =============== Installation =============== 1. Install the package with ``pip install django_autotest`` or alternatively you can download the tarball and run ``python setup.py install`` 2. Add ``autotest`` to your INSTALLED_APPS list in settings.py :: INSTALLED_APPS = ('autotest') 3. Add a PROJECT_ROOT variable to ``settings.py`` with the absolute path to your Django application. :: from os.path import abspath, dirname PROJECT_ROOT = abspath(dirname(__file__)) # or if you have already defined that for another purposes ( templates for example ) PROJECT_ROOT = MY_PROJECT_ROOT_DIRECTORY ========= Usage ========= ================== Additional notes ================== =============== Requirements =============== Django 1.2+ watchdog For the notifications: libnotify ( Linux ) Growl ( Windows and Mac )


نحوه نصب


نصب پکیج whl django_autotest-0.1.0:

    pip install django_autotest-0.1.0.whl


نصب پکیج tar.gz django_autotest-0.1.0:

    pip install django_autotest-0.1.0.tar.gz