From 84cfc6f7faf76fde5cd7cbfd73761a5cc503a649 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Thu, 6 Feb 2020 11:38:21 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20Test=20suite=20=E2=80=A6=20(#1750)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Rename Test suite * Actually change the badge in readme * fix download without path arguments (#1591) * fix download without path arguments * fix download without path arguments * solved downloading a file without file_path or custom_path * if no file_path, download as file_id * Add test case * Elaborate doc string Co-authored-by: Bibo-Joshi * Add default values (#1490) * added parse_mode parameter in Updater and in Bot class to set a default parse mode for bot * DefaultValue * Add default parse_mode everywhere * Renome to default_parse_mode * Test def parse_mode for send_*, edit_message_* * Remove duplicate code in Input* classes * Improve handling of def_p_m for Bot methods * Remove unneeded deletion of kwargs * Make @log preserve signature, add bots with defaults to tests * Fix Codacy * Fix Travis Error * Add default_disable_notification * Add default_disable_web_page_preview * Add default_disable_timeout * add default_disable_web_page_preview for InputTextMessageContent * add default_quote * Try fixing test_pin_and_unpin * Just run 3.5 tests for paranoia * add tests for Defaults * Revert "Just run 3.5 tests for paranoia" This reverts commit 1baa91a3a1f4b352161fe5715a9797f158d9c1b2. * Tidy up parameters, move Defaults to ext * Stage new files, because im an idiot * remove debug prints * change equality checks for DEFAULT_NONE * Some last changes * fix S&R error so that tests actually run Co-authored-by: Ak4zh Co-authored-by: Eldinnie * Skip test relying on ordered dicts for 3.5 (#1752) * Rename Test suite * Actually change the badge in readme Co-authored-by: Gabriel Simonetto <42247511+GabrielSimonetto@users.noreply.github.com> Co-authored-by: Ak4zh Co-authored-by: Eldinnie --- .github/workflows/test.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0aa16b1e3..85df007ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Testing your PR +name: GitHub Actions on: pull_request: branches: diff --git a/README.rst b/README.rst index 918601bef..c7a9d7413 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ We have a vibrant community of developers helping each other in our `Telegram gr :target: https://www.gnu.org/licenses/lgpl-3.0.html :alt: LGPLv3 License -.. image:: https://github.com/python-telegram-bot/python-telegram-bot/workflows/Testing%20your%20PR/badge.svg?event=schedule +.. image:: https://github.com/python-telegram-bot/python-telegram-bot/workflows/GitHub%20Actions/badge.svg?event=schedule :target: https://github.com/python-telegram-bot/python-telegram-bot/ :alt: Github Actions workflow