librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.11k stars 203 forks source link

Remove deprecation class code/test mocks, move calculation to PORO #3158

Closed johnbintz-tidelift closed 1 year ago

johnbintz-tidelift commented 1 year ago

A mocked implementation of the output of project in the deprecation_info tests made it so I missed that project was being used there. This moves deprecation calculation into the JSON API classes and replaces the mocks with a verifying instance double.