From 5736e96a06162b590fa4010a88b918b819045af4 Mon Sep 17 00:00:00 2001 From: Gleb <71976818+GLEF1X@users.noreply.github.com> Date: Thu, 13 May 2021 18:06:17 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03ebb4cc..8c678ce9 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ asyncio.run(main()) ``` -## 🌟Webhooks / polling & handlers +## 🌟Webhooks & handlers ```python import logging @@ -468,4 +468,4 @@ async def main(): asyncio.run(main()) -``` \ No newline at end of file +``` From d2c47b34671a8cd0b3710830c171314038948f8d Mon Sep 17 00:00:00 2001 From: Gleb <71976818+GLEF1X@users.noreply.github.com> Date: Thu, 13 May 2021 18:20:17 +0300 Subject: [PATCH 2/3] Update dataset.py --- tests/types/dataset.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/types/dataset.py b/tests/types/dataset.py index 50bc7d3d..8363e519 100644 --- a/tests/types/dataset.py +++ b/tests/types/dataset.py @@ -1,12 +1,12 @@ API_DATA = { - "api_access_token": "2ef55757d94f77534a49251ee41c8d59", + "api_access_token": "", "secret_p2p": - "eyJ2ZXJzaW9uIjoiUDJQIiwiZGF0YSI6eyJwYXlpbl9tZXJjaGFudF9zaXRlX3VpZCI6ImJuMXZmNy0wMCIsInVzZXJfaWQiOiIzODA5NjgzMTc0NTkiLCJzZWNyZXQiOiI4ZjI4NGVjYWQ0ZTE0Y2MwYzA5ZTRlOWNiNTJjM2Q3MzU2NGVjMWQxZDYyNWIwZDZhMTQ3NjIyZDEyZTJmNWFlIn19", - "phone_number": "+380968317459" + "", + "phone_number": "" } YOO_MONEY_DATA = { - "api_access_token": "4100116602400968.3CA5CF3053F6D047025F1BB937471BADD188C967D14C23F97F282FDC7697B574891F979175E072A4ABFAA5C91AE917C73D6781F6F3762058B45FAB1126C2CC6AC15D9306C6C767A84D9CF49C88DC9F7C12179C74CA75EA57727BCCE7564988A84E7529A19614E704F681337D97BE4A45A4E62E52EDDFE3C3A458BA16F6B6004F" + "api_access_token": "" } WRONG_API_DATA = { From 6a8676dca6d46336d2d861e77678fdb9a09d3bc7 Mon Sep 17 00:00:00 2001 From: Gleb <71976818+GLEF1X@users.noreply.github.com> Date: Thu, 13 May 2021 18:21:24 +0300 Subject: [PATCH 3/3] Update README.MD --- tests/README.MD | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/tests/README.MD b/tests/README.MD index 760bdc03..eb87bb1c 100644 --- a/tests/README.MD +++ b/tests/README.MD @@ -2,21 +2,37 @@

- **platform:** Linux🐧 +**platform:** Linux🐧 - **python versions:** 3.7.10, 3.9.5, 3.8.5 +**python versions:** 3.7.10, 3.9.5, 3.8.5 - **pytest versions:** 6.2.4, 6.2.3 +**pytest versions:** 6.2.4, 6.2.3 - **pluggy version:** 0.13.1 +**pluggy version:** 0.13.1 - **py version:** 1.10.0 +**py version:** 1.10.0 - **plugins:** ordering-0.6, asyncio-0.15.1 +**plugins:** ordering-0.6, asyncio-0.15.1

+

🧐How to run

+ + +Edit ``API_DATA`` and ``YOO_MONEY_DATA`` in ``types/dataset.py``, enter your tokens + +**Execute in ``tests`` directory** + +```bash +pip install -r requirements.txt +``` + +```bash +pytest . +``` + ## 👨‍🎓 Notice +

About 90% of the library has been verified by rigorous testing