You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "jiridanek (via GitHub)" <gi...@apache.org> on 2023/04/12 19:42:01 UTC

[GitHub] [qpid-python] jiridanek commented on pull request #18: QPID-8170: fix qpid-python-test discovery broken by commit 85348b01

jiridanek commented on PR #18:
URL: https://github.com/apache/qpid-python/pull/18#issuecomment-1505826296

   ```
   >>> 678-349
   329
   ```
   
   So the total test count is correct, albeit the second command runs less tests because it now does not run again what was run in the first command.
   
   ```
   $ python2 qpid-python-test -l | wc
       349     349   19741
   ```
   
   ```
   $ python2 qpid-python-test -l -m qpid_tests | wc
       329     329   22640
   ```
   
   ```
   $ python2 qpid-python-test -l -m qpid_tests -m qpid.tests | wc
       678     678   42381
   ```
   
   All tests accounted for.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org