[Python-Dev] Testing C API (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Mon Jul 30 11:53:59 EDT 2018
- Previous message (by thread): [Python-Dev] Testing C API
- Next message (by thread): [Python-Dev] Testing C API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30 July 2018 at 21:23, Victor Stinner <vstinner at redhat.com> wrote:
Or maybe testcapi.py so you can more easily discover testunicodecami while working on Unicode. You can use -m "test*capi" to run all C API tests.
Missing word there: -m test "test*_capi"
I think between this approach and expanding test_capi to be a test package, not just a test file, I think it would be possible to make these parts of the test a fair bit more discoverable and maintainable.
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message (by thread): [Python-Dev] Testing C API
- Next message (by thread): [Python-Dev] Testing C API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]