| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add test case where idna is not installed | Hasan Ramezani | 2021-03-19 | 1 | -51/+1 |
| | | |||||
| * | Remove support for Python 2 and 3.5 | Hugo van Kemenade | 2020-11-15 | 1 | -4/+4 |
| | | | | | | | | | - Upgrades syntax to Python 3.6+ with f-strings - Removes most usage of six - Removes documentation relevant to Python 2 - Removes universal wheel config - Removes mock dependency for testing | ||||
| * | Sort imports with 'isort' | Quentin Pradet | 2020-10-01 | 1 | -0/+1 |
| | | |||||
| * | Switch from 'self' to 'cls' in classmethods (#1701) | Quentin Pradet | 2019-09-30 | 1 | -2/+2 |
| | | |||||
| * | Stop using unittest (#1649) | Quentin Pradet | 2019-07-05 | 1 | -4/+4 |
| | | |||||
| * | Update assertions to pytest style (#1614) | Ratan Kulshreshtha | 2019-05-28 | 1 | -1/+2 |
| | | |||||
| * | Auto formatting using black | Ratan Kulshreshtha | 2019-05-25 | 1 | -7/+8 |
| | | |||||
| * | Drop support for Python 2.6 (#1429) | Hugo | 2018-08-23 | 1 | -10/+2 |
| | | |||||
| * | Merge upstream | Seth Michael Larson | 2017-01-24 | 1 | -2/+2 |
| |\ | |||||
| | * | F401 Entity imported but unused | Seth Michael Larson | 2017-01-23 | 1 | -2/+2 |
| | | | |||||
| * | | s/version/version_info/ | Seth Michael Larson | 2017-01-22 | 1 | -1/+1 |
| | | | |||||
| * | | Add unittest2 for more testcases | Seth Michael Larson | 2017-01-22 | 1 | -1/+4 |
| |/ | |||||
| * | Rough stab at App Engine environment tests. | Jon Wayne Parrott | 2015-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | * Added test/appengine, containing some code to step the sandbox version of httplib/socket/urllib. * Added test_urlfetch.py, checking the URLFetch is used when making http and https requests (not sure if this is the desired behavior at the moment). * Added GAE environment to tox, currently requires you to set your PYTHONPATH=~/google-cloud-sdk/platform/google_appengine. Travis should test for this. To run tests locally, just install the cloud sdk (cloud.google.com/sdk) and set the python path as above, then run tox -e gae. I can add more tests to cover situations where sockets are enabled, but I just wanted to get something basic out here to open the dialog. | ||||
| * | test import without ssl in its own testcase | Thomas Weißschuh | 2015-04-10 | 1 | -0/+2 |
| | | |||||
| * | use the module stash per testcase | Thomas Weißschuh | 2015-04-10 | 1 | -5/+2 |
| | | | | | | If we use setUpClass with diamond inheritance (later commits) we get errors on py26, as super() won't find the setUpClass from the builtin TestCase class | ||||
| * | arm the no_ssl test | Thomas Weißschuh | 2015-04-10 | 1 | -6/+1 |
| | | |||||
| * | do not fail if we are not loaded | Thomas Weißschuh | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | also pop the namespace itself | Thomas Weißschuh | 2015-04-09 | 1 | -0/+2 |
| | | |||||
| * | fix typo | Thomas Weißschuh | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | rerename the no_ssl test | Thomas Weißschuh | 2015-04-09 | 1 | -0/+93 |
| | | | | | The module stash removes the need to have it run last | ||||
| * | properly remove urllib3 from import cache | Thomas Weißschuh | 2015-04-09 | 1 | -56/+0 |
| | | |||||
| * | test import without ssl module | Thomas Weißschuh | 2015-04-09 | 1 | -0/+56 |
| duplicates #586 | |||||
