diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-09 20:23:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-09 20:23:08 (GMT) |
commit | eaa77e2ca1c26a960ce4f9c38d721d989e9ff851 (patch) | |
tree | fb4aa6e76795babdb6c097b871a8cf0e8640829f /Lib/test/output | |
parent | 428e75fc3e857c3278138f72a5304d55d8b2b237 (diff) | |
download | cpython-eaa77e2ca1c26a960ce4f9c38d721d989e9ff851.zip cpython-eaa77e2ca1c26a960ce4f9c38d721d989e9ff851.tar.gz cpython-eaa77e2ca1c26a960ce4f9c38d721d989e9ff851.tar.bz2 |
Added tests for operator.floordiv() and operator.truediv().
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_operator | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_operator b/Lib/test/output/test_operator index 1ff755e..6fdfced 100644 --- a/Lib/test/output/test_operator +++ b/Lib/test/output/test_operator @@ -7,6 +7,8 @@ testing: countOf testing: delitem testing: delslice testing: div +testing: floordiv +testing: truediv testing: getitem testing: getslice testing: indexOf |