inveniosoftware / datacite

Python API wrapper for the DataCite API.
https://datacite.readthedocs.io
Other
27 stars 33 forks source link

datacite-schema: 3.1 and 4.0 titleType fix #32

Closed krzysztof closed 6 years ago

krzysztof commented 6 years ago

Co-authored-by: Thomas Morrell Signed-off-by: Krzysztof Nowak k.nowak@cern.ch

krzysztof commented 6 years ago

@lnielsen should unit test make a connection to an online service?

lnielsen commented 6 years ago

No, all tests should be mocked. Grep for httpretty.

lnielsen commented 6 years ago

Could perhaps have to do with new version of requests library.

jirikuncar commented 6 years ago

I have been using responses instead of httpretty.

krzysztof commented 6 years ago

@jirikuncar looks like this was a common response: https://github.com/gabrielfalcao/HTTPretty/issues/242#issuecomment-227419197