Andrey Rakhmatullin
|
61f99f2df1
|
More granular untyped defs checking in tests. (#7712)
|
2026-07-08 10:05:45 +02:00 |
Adrian
|
0007676e8d
|
Improve test coverage for http/ (#7672)
* Improve test coverage for http/
* Use isinstance() instead of type()
|
2026-06-26 12:21:12 +05:00 |
Andrey Rakhmatullin
|
380c2279b9
|
Converting tests to plain asserts, part 7. (#6710)
|
2025-03-09 20:23:51 +01:00 |
Víctor Ruiz
|
48c5a8c98f
|
Fix WrappedRequest.get_header raising TypeError if default is None (#6310)
|
2024-04-08 11:47:53 +02:00 |
Laerte Pereira
|
ee1189512f
|
Replace urlparse with urlparse_cached where possible (#6229)
|
2024-02-20 12:47:29 +01:00 |
Jalil SA
|
a5c1ef8276
|
sort imports with isort
|
2023-01-25 14:25:15 -06:00 |
Emmanuel Rondan
|
e211ec0aa2
|
adding black formatter to all the code
|
2022-11-29 11:30:46 -03:00 |
Laerte Pereira
|
befb6df119
|
Remove Python 2 code from WrappedRequest
|
2022-02-11 06:19:27 -03:00 |
Marc
|
0e0d1ad643
|
remove python 2 reminiscence in cookies
|
2020-07-16 14:25:46 +02:00 |
Eugenio Lacuesta
|
5ab0f189ce
|
Remove six.moves occurrences from tests
|
2019-11-03 00:01:09 -03:00 |
Chomba Ng'ang'a
|
fd27cde24d
|
Update asserts to use more generic ones
|
2017-08-09 12:52:10 +02:00 |
Chomba Ng'ang'a
|
4ca61a2051
|
Update deprecated test aliases
- change ``failIf`` to ``assertFalse``
- change ``asertEquals`` to ``assertEqual``
- change ``assert_`` to ``assertTrue``
https://docs.python.org/2/library/unittest.html#deprecated-aliases
|
2017-08-09 12:52:10 +02:00 |
orangain
|
1f743996ff
|
PY3: Implement some attributes of WrappedRequest required in Python 3
This will fix #1770.
|
2016-02-07 14:19:27 +09:00 |
Daniel Graña
|
5f02ef82e8
|
PY3 port http cookies handling
|
2015-08-02 22:28:45 -03:00 |
Daniel Graña
|
242c08553f
|
move tests under root dir
|
2014-07-30 19:45:08 -03:00 |