scholarly-python-package / scholarly

Retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to worry about CAPTCHAs!
https://scholarly.readthedocs.io/
The Unlicense
1.3k stars 292 forks source link

Separate unit tests into two major classes #445

Closed arunkannawadi closed 1 year ago

arunkannawadi commented 1 year ago

The unit tests should be split under two different TestCase classes, depending on whether they need a good proxy to succeed or not. The ones that don't need can be run more regularly and the ones that do need can run less frequently, or run only when related changes are made and the automatically scheduled runs may be cancelled.

arunkannawadi commented 1 year ago

Merged to main in #450