ebsco / ebscopy

The official Python wrapper for the EBSCO Discovery Service API
GNU General Public License v3.0
15 stars 5 forks source link

Record objects should have equality defined #2

Closed jessejensen closed 9 years ago

jessejensen commented 9 years ago
 def __eq__(self, other)
      # return comparison
 def __ne__(self, other)
      # return comparison
jessejensen commented 9 years ago

Done.

(py279)[jjj@jjj-dev ebscopy]$ nosetests --nologcapture test/test_ebscopy.py:RecordTests
.
----------------------------------------------------------------------
Ran 1 test in 8.441s

OK