mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
pytest target: add USE_TERMINAL flag
The added flag enables non-buffered console output when using Ninja
This commit is contained in:
@@ -116,6 +116,7 @@ def test_binary_operators():
|
||||
assert state2 == -7
|
||||
assert int(state ^ state2) == -1
|
||||
|
||||
|
||||
def test_enum_to_int():
|
||||
from pybind11_tests import Flags, ClassWithUnscopedEnum
|
||||
from pybind11_tests import test_enum_to_int, test_enum_to_uint, test_enum_to_long_long
|
||||
|
||||
Reference in New Issue
Block a user