mirror of
https://github.com/thelsing/knx.git
synced 2026-04-16 23:12:36 +02:00
remove pybind11 to readd as subtree
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
import os
|
||||
from pybind11_tests import eval_ as m
|
||||
|
||||
|
||||
def test_evals(capture):
|
||||
with capture:
|
||||
assert m.test_eval_statements()
|
||||
assert capture == "Hello World!"
|
||||
|
||||
assert m.test_eval()
|
||||
assert m.test_eval_single_statement()
|
||||
|
||||
filename = os.path.join(os.path.dirname(__file__), "test_eval_call.py")
|
||||
assert m.test_eval_file(filename)
|
||||
|
||||
assert m.test_eval_failure()
|
||||
assert m.test_eval_file_failure()
|
||||
Reference in New Issue
Block a user