[issue34272] Reorganize C API tests

2019-12-09 Thread STINNER Victor
Change by STINNER Victor : -- components: +C API ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-10-24 Thread Daniel Pope
Change by Daniel Pope : -- pull_requests: +9414 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-08-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d1c5e278a1a2458bc5efcdc300c17f9e39a59b6c by Serhiy Storchaka in branch '2.7': [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567). (GH-8691)

[issue34272] Reorganize C API tests

2018-08-06 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +8186 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-08-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 278d975ce158608f6be491c561247d4701c842be by Serhiy Storchaka in branch '3.6': [3.6] bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567). (GH-8690)

[issue34272] Reorganize C API tests

2018-08-06 Thread miss-islington
miss-islington added the comment: New changeset a1ff5f9031dc81b2c368def037fc0e88f5bc48b7 by Miss Islington (bot) in branch '3.7': bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567)

[issue34272] Reorganize C API tests

2018-08-06 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +8185 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-08-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 8f7bb100d0fa7fb2714f3953b5b627878277c7c6 by Serhiy Storchaka in branch 'master': bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567)

[issue34272] Reorganize C API tests

2018-08-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +8184 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-07-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: PR 8567 moves argument parsing tests from test_capi to test_getargs2. It also makes tests defined in _testcapi more discoverable. Now you can run "./python -m test -v -m test_buildvalue_N test_capi". -- ___

[issue34272] Reorganize C API tests

2018-07-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +8079 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-07-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Not all C API tests are related to specific type or module. What about moving just test_capi.py, test_getargs2.py and test_structmembers.py? -- ___ Python tracker

[issue34272] Reorganize C API tests

2018-07-29 Thread Raymond Hettinger
Raymond Hettinger added the comment: It seems to me that this will make the individual objects and modules harder to maintain. I expect to find all the tests for an object in a file called test_thatobject.py. This patch violates that expectation and separates things that belong together.

[issue34272] Reorganize C API tests

2018-07-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: -appinv ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-07-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- Removed message: https://bugs.python.org/msg322638 ___ Python tracker ___ ___ Python-bugs-list

[issue34272] Reorganize C API tests

2018-07-29 Thread Abdur-rahmaan Janhangeer
Abdur-rahmaan Janhangeer added the comment: unsubscribe Abdur-Rahmaan Janhangeer https://github.com/Abdur-rahmaanJ Mauritius On Sun, 29 Jul 2018, 16:56 Serhiy Storchaka, wrote: > > New submission from Serhiy Storchaka : > > The proposed PR reorganizes C API tests. Most C API tests will be

[issue34272] Reorganize C API tests

2018-07-29 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +8067 stage: -> patch review ___ Python tracker ___ ___

[issue34272] Reorganize C API tests

2018-07-29 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34272] Reorganize C API tests

2018-07-29 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The proposed PR reorganizes C API tests. Most C API tests will be moved into the new directory Lib/test/test_capi/. -- components: Tests messages: 322635 nosy: ezio.melotti, michael.foord, serhiy.storchaka priority: normal severity: normal