Author: gjm
Date: Tue May 14 17:00:36 2013
New Revision: 1482461
URL: http://svn.apache.org/r1482461
Log:
also this (minor ticket scope creep to fix bhrelations for testing) - #525
Modified:
bloodhound/trunk/bloodhound_relations/bhrelations/tests/__init__.py
Modified: bloodhound/trunk/bloodhound_relations/bhrelations/tests/__init__.py
URL:
http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_relations/bhrelations/tests/__init__.py?rev=1482461&r1=1482460&r2=1482461&view=diff
==============================================================================
--- bloodhound/trunk/bloodhound_relations/bhrelations/tests/__init__.py
(original)
+++ bloodhound/trunk/bloodhound_relations/bhrelations/tests/__init__.py Tue May
14 17:00:36 2013
@@ -33,4 +33,7 @@ def suite():
return test_suite
if __name__ == '__main__':
- unittest.main(defaultTest='suite')
\ No newline at end of file
+ unittest.main(defaultTest='suite')
+else:
+ test_suite = suite()
+