This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PEP 309 unit tests
Type: Stage:
Components: None Versions:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: rhettinger, scav
Priority: normal Keywords: patch

Created on 2004-04-07 11:21 by scav, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_functional.py scav, 2004-04-07 11:21 test_functional.py
Messages (2)
msg45718 - (view) Author: Peter Harris (scav) Date: 2004-04-07 11:21
Unit tests for functional module.

1.  test positional arguments passed correctly
2.  test keyword arguments passed correctly
3.  test that using the partially-applied function or
Partial object doesn't modify it so as to affect
subsequent calls.

All tests are applied to the function returned from
partial() and the object returned from Partial

msg45719 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2005-02-28 05:28
Logged In: YES 
user_id=80475

Folded into patch 941881
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40126
2004-04-07 11:21:27scavcreate