Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created December 12, 2019 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/c80c7e0fde304f022fe67be7326abfed to your computer and use it in GitHub Desktop.
Save jasongorman/c80c7e0fde304f022fe67be7326abfed to your computer and use it in GitHub Desktop.
def test_high_rated_movie_price(self):
rental = Rental('jgorman', 'tt9999', Pricer(VideoInfoStub(7.1)))
self.assertEqual(5.95, rental.video.price)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment