yuletide / nitterbot

A mastodon bot to replace twitter links with Nitter links to view without ads or tracking
https://botsin.space/@nitterbot
9 stars 3 forks source link

Use mocks instead of vcr #6

Open yuletide opened 1 year ago

yuletide commented 1 year ago

https://pytest-mock.readthedocs.io/en/latest/ instead of (or in addition to) vcr so we don't have to either set up a test mastodon server (could be fun anyways) or expose login credentials in the vcr cassettes (or could just leave them out of the repo and hope the reference statuses stay up forever)

yuletide commented 1 year ago

https://www.fugue.co/blog/2016-02-11-python-mocking-101 https://github.com/kiwicom/pytest-recording

yuletide commented 1 year ago

VCR Now removed