Skip to content

Commit 84cfc6f

Browse files
Bibo-JoshiGabrielSimonettoak4zhEldinnie
authored
Rename Test suite … (python-telegram-bot#1750)
* Rename Test suite * Actually change the badge in readme * fix download without path arguments (python-telegram-bot#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 <[email protected]> * Add default values (python-telegram-bot#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 1baa91a. * 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 <[email protected]> Co-authored-by: Eldinnie <[email protected]> * Skip test relying on ordered dicts for 3.5 (python-telegram-bot#1752) * Rename Test suite * Actually change the badge in readme Co-authored-by: Gabriel Simonetto <[email protected]> Co-authored-by: Ak4zh <[email protected]> Co-authored-by: Eldinnie <[email protected]>
1 parent bf06fa2 commit 84cfc6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Testing your PR
1+
name: GitHub Actions
22
on:
33
pull_request:
44
branches:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We have a vibrant community of developers helping each other in our `Telegram gr
2929
:target: https://www.gnu.org/licenses/lgpl-3.0.html
3030
:alt: LGPLv3 License
3131

32-
.. image:: https://github.com/python-telegram-bot/python-telegram-bot/workflows/Testing%20your%20PR/badge.svg?event=schedule
32+
.. image:: https://github.com/python-telegram-bot/python-telegram-bot/workflows/GitHub%20Actions/badge.svg?event=schedule
3333
:target: https://github.com/python-telegram-bot/python-telegram-bot/
3434
:alt: Github Actions workflow
3535

0 commit comments

Comments
 (0)