facundoolano / feedi

A personal news aggregator and Mastodon client
GNU Affero General Public License v3.0
888 stars 28 forks source link

Test view entry #88

Closed facundoolano closed 8 months ago

facundoolano commented 8 months ago

This implements a test to read entries. The code that calls the nodejs subrpocess was updated to prefer requesting articles from the python side, so the test mocks apply to those requests as well. (The option to pass url by argument is not used anymore but was left in the nodejs script for debugging purposes).

A stub of another test is left for another PR.