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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]