| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix proxy test | Chris Dent | 2018-10-23 | 1 | -4/+4 |
| | | | | | | | | | | | | The proxy test relied on pythonpaste.org being up and existing. It is neither. So instead we use httpbin.org which is often used for this kind of thing. Unfortunately httpbin is now a react app which means a lot of the HTML is generated client-side, which means we need to choose wisely. As the original comments indicate, the test is not particularly robust and remains so. | ||||
| * | Don't raise StopIteration from generator, return instead | Miro Hron?ok | 2018-06-08 | 1 | -0/+12 |
| See https://www.python.org/dev/peps/pep-0479/ | |||||
