معرفی شرکت ها


bugcatcher-0.1.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Faster Than Light Command Line Test Client
ویژگی مقدار
سیستم عامل OS Independent
نام فایل bugcatcher-0.1.9
نام bugcatcher
نسخه کتابخانه 0.1.9
نگهدارنده ['Faster Than Light']
ایمیل نگهدارنده ['devops@fasterthanlight.dev']
نویسنده Faster Than Light
ایمیل نویسنده devops@fasterthanlight.dev
آدرس صفحه اصلی https://github.com/faster-than-light/bugcatcher
آدرس اینترنتی https://pypi.org/project/bugcatcher/
مجوز GNU GPL v2.0
# ftl Faster Than Light Command Line Test Client [![PyPI version](https://badge.fury.io/py/bugcatcher.svg)](https://badge.fury.io/py/bugcatcher) [![Build Status](https://travis-ci.org/faster-than-light/ftl.svg?branch=master)](https://travis-ci.org/faster-than-light/ftl) [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) [![Issues](https://img.shields.io/github/issues/faster-than-light/ftl)](https://github.com/faster-than-light/ftl/issues) ![Forks](https://img.shields.io/github/forks/faster-than-light/ftl) ![Stars](https://img.shields.io/github/stars/faster-than-light/ftl) ### Installation #### Installing with PIP `pip install bugcatcher` Installing with PIP creates a console script for `ftl` to run BugCatcher. #### Installing from the GitHub Repository Download or clone this repository to your drive. Then use PIP to install the local package by going to its directory in your console and typing: `pip install .` ### Usage ``` ftl [-h] [--project PROJECT] [--endpoint ENDPOINT] [--async] [--sid SID] [--extension EXTENSIONS] command [items [items ...]] ``` Retrieve a SID from the BugCatcher <a href="https://bugcatcher.fasterthanlight.dev" target="_blank">web app</a> and use it directly. `ftl --project "Master" --sid 5EX3c6FNWMAv3AiIsFMGOhnMidNyDkarskyzddFq push *` Or store some environmental variables. ``` export STL_INTERNAL_SID=5EX3c6FNWMAv3AiIsFMGOhnMidNyDkarskyzddFq export FTL_PROJECT="Master" ``` Then minimize your `ftl` commands. `ftl push *` `ftl test` `ftl view <test_id> --json` `ftl del`


نیازمندی

مقدار نام
- gitpython
- requests
- colorama
>=3.5.0 pytest


زبان مورد نیاز

مقدار نام
>=3.4 Python


نحوه نصب


نصب پکیج whl bugcatcher-0.1.9:

    pip install bugcatcher-0.1.9.whl


نصب پکیج tar.gz bugcatcher-0.1.9:

    pip install bugcatcher-0.1.9.tar.gz