Skip to content

Instantly share code, notes, and snippets.

@diptanu
Created April 6, 2011 18:10
Show Gist options
  • Save diptanu/906179 to your computer and use it in GitHub Desktop.
Save diptanu/906179 to your computer and use it in GitHub Desktop.
=====================================================================
FAIL: test_query_api.TestQueryApi.test_should_get_current_values_for_entity
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/diptanuchoudhury/Projects/ve/lib/python2.6/site-packages/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/Users/diptanuchoudhury/Projects/mangrove/src/datastore/tests/test_query_api.py", line 36, in test_should_get_current_values_for_entity
assert_equal (data_fetched["beds"], 10)
AssertionError: None != 10
======================================================================
FAIL: test_data_record_api.TestDataRecordApi.test_should_load_entities_with_attributes
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/diptanuchoudhury/Projects/ve/lib/python2.6/site-packages/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/Users/diptanuchoudhury/Projects/mangrove/src/services/data_record/tests/test_data_record_api.py", line 194, in test_should_load_entities_with_attributes
assert len(rowlist) == 2
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment