mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
style: use Black everywhere (#2594)
* style: use Black everywhere * style: minor touchup from review
This commit is contained in:
@@ -56,23 +56,23 @@ def test_operator_overloading():
|
||||
del v3
|
||||
assert cstats.alive() == 0
|
||||
assert cstats.values() == [
|
||||
'[1.000000, 2.000000]',
|
||||
'[3.000000, -1.000000]',
|
||||
'[1.000000, 2.000000]',
|
||||
'[-3.000000, 1.000000]',
|
||||
'[4.000000, 1.000000]',
|
||||
'[-2.000000, 3.000000]',
|
||||
'[-7.000000, -6.000000]',
|
||||
'[9.000000, 10.000000]',
|
||||
'[8.000000, 16.000000]',
|
||||
'[0.125000, 0.250000]',
|
||||
'[7.000000, 6.000000]',
|
||||
'[9.000000, 10.000000]',
|
||||
'[8.000000, 16.000000]',
|
||||
'[8.000000, 4.000000]',
|
||||
'[3.000000, -2.000000]',
|
||||
'[3.000000, -0.500000]',
|
||||
'[6.000000, -2.000000]',
|
||||
"[1.000000, 2.000000]",
|
||||
"[3.000000, -1.000000]",
|
||||
"[1.000000, 2.000000]",
|
||||
"[-3.000000, 1.000000]",
|
||||
"[4.000000, 1.000000]",
|
||||
"[-2.000000, 3.000000]",
|
||||
"[-7.000000, -6.000000]",
|
||||
"[9.000000, 10.000000]",
|
||||
"[8.000000, 16.000000]",
|
||||
"[0.125000, 0.250000]",
|
||||
"[7.000000, 6.000000]",
|
||||
"[9.000000, 10.000000]",
|
||||
"[8.000000, 16.000000]",
|
||||
"[8.000000, 4.000000]",
|
||||
"[3.000000, -2.000000]",
|
||||
"[3.000000, -0.500000]",
|
||||
"[6.000000, -2.000000]",
|
||||
]
|
||||
assert cstats.default_constructions == 0
|
||||
assert cstats.copy_constructions == 0
|
||||
|
||||
Reference in New Issue
Block a user