[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-12-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset 34b7c438b8dc0a1e7e23c9b2d7ce7f8a7c31b4f4 by Victor Stinner in branch '2.7': bpo-34279: regrtest consider that skipped tests are ran (GH-11132) (GH-11158) https://github.com/python/cpython/commit/34b7c438b8dc0a1e7e23c9b2d7ce7f8a7c31b4f4

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-12-14 Thread miss-islington
miss-islington added the comment: New changeset 5f252e1ebc098fff7f88fbf89d203b1dd15fe7fa by Miss Islington (bot) in branch '3.7': bpo-34279: regrtest consider that skipped tests are ran (GH-11132) https://github.com/python/cpython/commit/5f252e1ebc098fff7f88fbf89d203b1dd15fe7fa --

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-12-14 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10393 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +10388 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-12-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset 3a8f4fef4a4dd0e4a800545468eef9542e126181 by Victor Stinner in branch 'master': bpo-34279: regrtest consider that skipped tests are ran (GH-11132) https://github.com/python/cpython/commit/3a8f4fef4a4dd0e4a800545468eef9542e126181 --

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-12-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +10386 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-12-12 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10363 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread STINNER Victor
STINNER Victor added the comment: Thanks Pablo! I merged your change in 2.7, 3.6, 3.7 and master branches. To reuse the example of my first message, we now get: vstinner@apu$ ./python -W error -m test test_asyncio -m test_no_such_test Run tests sequentially 0:00:00 load avg: 1.21 [1/1]

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread miss-islington
miss-islington added the comment: New changeset 43d812692f9207520e1169ff88cd8d6c59cc4804 by Miss Islington (bot) in branch '3.6': [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) https://github.com/python/cpython/commit/43d812692f9207520e1169ff88cd8d6c59cc4804 -- nosy:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +10049 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 8a73cac618a050f4e74eb38ff43e48d9957a6dec by Victor Stinner in branch '3.7': [3.7] bpo-34279: Synchronize regrtest with master (GH-10800) https://github.com/python/cpython/commit/8a73cac618a050f4e74eb38ff43e48d9957a6dec --

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 36003003f26d0c30fc15ec4dc3b0d7697dff908e by Victor Stinner in branch '2.7': bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801) https://github.com/python/cpython/commit/36003003f26d0c30fc15ec4dc3b0d7697dff908e

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10048 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10046 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-11-29 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9724348b43a9005a449ba532ccd3c6726f031097 by Victor Stinner (Pablo Galindo) in branch 'master': bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10150)

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-10-27 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +9477 stage: -> patch review ___ Python tracker ___ ___

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-08-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: A test file that runs no test functions should pass on the buildbots. (If it imports the target file, it is not completely empty. And I can think of a use case for WIP PRs that intentionally do not run anything.) But I also would like a visually

[issue34279] RFC: issue a warning in regrtest when no tests have been executed?

2018-08-01 Thread ppperry
Change by ppperry : -- title: RFC: issue a warning in regrtest when no test have been executed? -> RFC: issue a warning in regrtest when no tests have been executed? ___ Python tracker