Skip to content

Instantly share code, notes, and snippets.

@janoelze
Last active August 29, 2015 13:57
Show Gist options
  • Save janoelze/9875929 to your computer and use it in GitHub Desktop.
Save janoelze/9875929 to your computer and use it in GitHub Desktop.
import unittest, requests
class NeinTests(unittest.TestCase):
def test_nein():
r = requests.get('http://danieldiekmeier.de/nein/nein.json')
res = r.json()
self.assertEqual(res['Nein],'Nein')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment