Added test

This commit is contained in:
Jason R. Coombs
2012-10-03 18:26:58 -04:00
parent c1d9023bd3
commit 772ce9b34d
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
import wolframalpha
app_id = 'Q59EW4-7K8AHE858R'
"App ID for testing this project. Please don't use for other apps."
def test_basic():
client = wolframalpha.Client(app_id)
client.query('30 deg C in deg F')