mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-03 21:21:37 +00:00
Rewrite eval tests to allow for simple asserts
Most of the test code is left in C++ since this is the intended use case for the eval functions.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# This file is called from 'test_eval.py'
|
||||
|
||||
if 'call_test2' in globals():
|
||||
if 'call_test2' in locals():
|
||||
call_test2(y)
|
||||
|
||||
Reference in New Issue
Block a user