Issue931010
Created on 2004-04-07 11:21 by scav, last changed 2005-02-28 05:28 by rhettinger.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
test_functional.py
|
scav,
2004-04-07 11:21
|
test_functional.py |
|
|
|
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) |
Date: 2005-02-28 05:28 |
|
Logged In: YES
user_id=80475
Folded into patch 941881
|
|
| Date |
User |
Action |
Args |
| 2004-04-07 11:21:27 | scav | create | |
|