pybind11/tests/test_eval_call.py
Dean Moldovan 3b44daedf6 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.
2016-08-19 16:31:48 +02:00

5 lines
90 B
Python

# This file is called from 'test_eval.py'
if 'call_test2' in locals():
call_test2(y)