mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 18:52:26 +00:00
Some more testing for numerics support
[SVN r7987]
This commit is contained in:
@@ -275,6 +275,10 @@ Numeric tests:
|
||||
1/6
|
||||
>>> print x / y
|
||||
8/3
|
||||
>>> print x + 1 # testing coercion
|
||||
5/3
|
||||
>>> print 1 + x # coercion the other way
|
||||
5/3
|
||||
|
||||
delete non-existent attribute:
|
||||
del m.foobar
|
||||
|
||||
Reference in New Issue
Block a user