Costas Basdekis added the comment:
Thanks for the thorough feedback Steven (and happy new year).
About -m flag: we could use -k as other testing frameworks use (pytest), or
even -t.
About selecting multiple indexes: what you described is my exact use case, as I
have a lot of failing
Change by Costas Basdekis :
--
keywords: +patch
pull_requests: +22868
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/24028
___
Python tracker
<https://bugs.python.org/issu
New submission from Costas Basdekis :
Most testing frameworks allow for only a subset of tests to be run, and the
reason is usually either to focus on a specific test among many failing ones,
or for speed purposes if running the whole suite is too slow.
With doctests, it's usually the
New submission from Costas:
Background: We have two (clusters of) servers running a high-throughput
websocket application. One runs under Python 2.7, the other has been migrated
to 3.4. Very similar code runs on both servers, and both manually call the gc
periodically to reduce latency