معرفی شرکت ها


dv-mock-api-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

-
ویژگی مقدار
سیستم عامل -
نام فایل dv-mock-api-0.1.2
نام dv-mock-api
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://gitlab.com/dqna/DV360-mock-api
آدرس اینترنتی https://pypi.org/project/dv-mock-api/
مجوز -
# DV360 Mock api The DV360 mock api is a static api that can be configured to return many reponses like the DV360 and DBM api's. The difference is the calls are not real. ## Local If you want to run locally please use a `virtual environment`. This can be done with `pipenv`. Next you can run the `./main.py` file. This will start a simple flask server with all endpoints. To be able to test make sure to add the `google-credentials.json` OAuth credentials to the `secrets` folder. If you want to test the application you can use the `make run_all_tests` command. To add new tests, create a new test in the `tests` folder and add it to the makefile. This will ensure the tests are ran in the pipeline. ## Usage To use the mock api in your testing suite make sure to target the `dv360-mock-api` host. If you are using the `googleapi` package, you will need to change the discovery url. This will look like the following: ```py service = discovery.build( api_service, api_version, http=self.http, discoveryServiceUrl=f"http://localhost:5050/discover/{api_service}/{api_version}" ) ``` When running the tests you will need to use the `runner` this will start the fake api in a seperate thread on port `:5050`. This will look like so: ```py from django.test import TestCase from dv_mock_api import runner class ATestCase(TestCase): def setUp(self): runner.create_app() def test_some_method(self): pass # do testing here ```


نیازمندی

مقدار نام
- flask
- faker
- requests
- httplib2
- google-api-core
- google-api-python-client
- google-auth
- google-cloud-core
- google-resumable-media
- googleapis-common-protos
- google-auth-oauthlib
- oauth2client


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

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


نحوه نصب


نصب پکیج whl dv-mock-api-0.1.2:

    pip install dv-mock-api-0.1.2.whl


نصب پکیج tar.gz dv-mock-api-0.1.2:

    pip install dv-mock-api-0.1.2.tar.gz