Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

El3220/json generic parser #55

Merged
merged 11 commits into from
Mar 1, 2020
Merged

El3220/json generic parser #55

merged 11 commits into from
Mar 1, 2020

Conversation

lobodemonte
Copy link

#53

@lobodemonte lobodemonte added the enhancement New feature or request label Feb 11, 2020
@lobodemonte lobodemonte requested a review from ceteri February 11, 2020 21:40
@lobodemonte lobodemonte self-assigned this Feb 11, 2020
Copy link
Contributor

@ceteri ceteri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's looking good!

Wrapping responses with the _ScholInfraResponse classes will help a lot later when we're measuring the performance timing of various API calls.

I've added a few things:

  • attempted to resolve the ResourceWarning due to requests.Session() sockets... with an upgrade to requests >= 2.23.0 plus the session.close() and also an annotation in the unit tests, all to no avail! please remove the session.close() or annotations if they're causing problems
  • got a headless mode for Selenium, which works for me, but please nix that code if it gives you any trouble
  • given the headless Selenium, I moved the SSRN unit tests back into tests.py

@ceteri ceteri merged commit f2df03b into master Mar 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants