]> granicus.if.org Git - python/commit
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Thu, 29 Aug 2019 12:54:46 +0000 (09:54 -0300)
committerVictor Stinner <vstinner@redhat.com>
Thu, 29 Aug 2019 12:54:46 +0000 (14:54 +0200)
commit2c5fb1711818926862d0d7b2e5effcaa5a5eb002
tree319ff936d7616ace90e1585f9301006b0e1dbc7c
parent35f6301d68bdb0517be284421782d64407dfe72c
bpo-36833: Add tests for Datetime C API Macros (GH-14842)

Added tests for PyDateTime_xxx_GET_xxx() macros of the C API of
the datetime module.
Lib/test/datetimetester.py
Misc/NEWS.d/next/Tests/2019-07-18-14-52-58.bpo-36833.Zoe9ek.rst [new file with mode: 0644]
Modules/_testcapimodule.c