You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bloodhound.apache.org by Apache Bloodhound <de...@bloodhound.apache.org> on 2013/05/14 18:23:05 UTC

[Apache Bloodhound] #525: make bhsearch tests work through setup.py test command

#525: make bhsearch tests work through setup.py test command
--------------------------+---------------
  Reporter:  gjm          |    Owner:
      Type:  enhancement  |   Status:  new
  Priority:  major        |  Version:
Resolution:               |
--------------------------+---------------
 The search component tests do not appear to work with the specified
 command

 {{{
 #!sh
 python setup.py test -m bhsearch.tests
 }}}

 partly from import errors of unittest2

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/525>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #525: make bhsearch tests work through setup.py test command

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#525: make bhsearch tests work through setup.py test command
--------------------------+-----------------------
  Reporter:  gjm          |      Owner:  gjm
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  Release 6
 Component:  search       |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------

Comment (by gjm):

 r1482428 replaces {{{sys.version}}} with {{{sys.version_info[:2]}}} to
 compare with {{{(2, 7)}}} and adds a test_suite variable for when the
 {{{bhsearch.tests.__ini__}}} is not run directly.

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/525#comment:2>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #525: make bhsearch tests work through setup.py test command

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#525: make bhsearch tests work through setup.py test command
--------------------------+-----------------------
  Reporter:  gjm          |      Owner:  gjm
      Type:  enhancement  |     Status:  accepted
  Priority:  major        |  Milestone:  Release 6
 Component:  search       |    Version:
Resolution:               |   Keywords:
--------------------------+-----------------------
Changes (by gjm):

 * owner:   => gjm
 * status:  new => accepted
 * component:   => search
 * milestone:   => Release 6


-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/525#comment:1>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker

Re: [Apache Bloodhound] #525: make bhsearch tests work through setup.py test command

Posted by Apache Bloodhound <de...@bloodhound.apache.org>.
#525: make bhsearch tests work through setup.py test command
--------------------------+-----------------------
  Reporter:  gjm          |      Owner:  gjm
      Type:  enhancement  |     Status:  closed
  Priority:  major        |  Milestone:  Release 6
 Component:  search       |    Version:
Resolution:  fixed        |   Keywords:
--------------------------+-----------------------
Changes (by gjm):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 testing suggests that this works for the setup that I require.

 r1482461 repeats the {{{test_suite}}} variable trick for
 {{{bhrelations.tests.__ini__}}}

-- 
Ticket URL: <https://issues.apache.org/bloodhound/ticket/525#comment:3>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker