Files
PyGithub/github
Laurent Mazuel faa8f20570 Test Framework improvement (#795)
Hi!

As part of my app, I use this lib, and then your test Framework to record my own upper level tests. Here's some patches I had to make that I humbly think could interest you:

- As stated by @kyogi14 in [this comment](https://github.com/PyGithub/PyGithub/pull/664#issuecomment-389964369), since you use `requests` recording is broken. This fixes that.
- Fix some Python 3 troubles while recording
- Add a `replayDataFolder` gloval class variable, to override the default place to put the recording. Otherwise, if a third party app (like mine :)) has a dependency on PyGithub and wants to use the Framework, recordings are saved in `site-packages/github/tests/ReplayData` instead of my own place.

Hope this helps, please let me know if I can improve the PR.

Thanks!
2018-06-23 11:29:09 +08:00
..
2018-06-23 11:29:09 +08:00
2018-04-06 09:17:19 +08:00
2018-03-21 14:04:46 +08:00