-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4987 from aless10/master
[fix] fix failing doctests in requests/*
- Loading branch information
Showing
8 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -189,5 +189,7 @@ Patches and Suggestions | |
- Darren Dormer (`@ddormer <https://github.com/ddormer>`_) | ||
- Rajiv Mayani (`@mayani <https://github.com/mayani>`_) | ||
- Antti Kaihola (`@akaihola <https://github.com/akaihola>`_) | ||
- "Dull Bananas" <[email protected]> (`@dullbananas <https://github.com/dullbananas>`_) | ||
- Alessio Izzo (`@aless10 <https://github.com/aless10>`_) | ||
- Belavin Denis (`@luckydenis <https://github.com/luckydenis>`_) | ||
- Dull Bananas <[email protected]> (`@dullbananas <https://github.com/dullbananas>`_) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
[pytest] | ||
addopts = -p no:warnings | ||
addopts = -p no:warnings --doctest-modules | ||
doctest_optionflags= NORMALIZE_WHITESPACE ELLIPSIS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters