Changeset 168
- Timestamp:
- 08/20/08 18:50:19 (3 months ago)
- Files:
-
- trunk/microfacts/tests/getdata/test_dbpedia.py (modified) (1 diff)
- trunk/microfacts/tests/test_json.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/microfacts/tests/getdata/test_dbpedia.py
r106 r168 1 from microfacts.getdata.dbpedia import * 1 # not everyone will have the libraries installed for working with dbpedia 2 try: 3 from microfacts.getdata.dbpedia import * 4 except: 5 pass 2 6 3 7 class TestDescribe: trunk/microfacts/tests/test_json.py
r131 r168 183 183 print out['location'] 184 184 assert out['location']['type'] == u'Point' 185 assert out['location']['coordinates'][ 1] == -0.12553185 assert out['location']['coordinates'][0] == -0.12553 186 186 187 187 def test_dump_thread(self):
