Details
-
Type:
Bug
-
Status: Invalid
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:2
-
Team:Data Release Production
Description
The modified `tests/SConscript` described in the pybind11 tutorial causes no tests to run. Replacing the initialization of pybind11_ported_tests with
pybind11_ported_tests = [t[6:].strip() for t in tests if not t.startswith('#')] |
gives the desired behavior.
Attachments
Issue Links
- has to be done after
-
DM-8612 build_templates.py creates incorrect test list
- Done
This issue was fixed as part of
DM-8612.