Tag: mock
-
posts
-
Testing using a mocked HTTP server
Recently I got some tests working for my django-lifestream project. The lifestream imports data from RSS/Atom feeds so there isn’t a good way to run tests without creating a test HTTP server to serve up your RSS/Atom. The tests start up an http s...