Changes between Initial Version and Version 1 of Ticket #28452
- Timestamp:
- Jul 31, 2017, 3:06:29 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28452
- Property Version 1.11 → master
-
Ticket #28452 – Description
initial v1 2 2 3 3 Currently it looks as though support for adding custom test runner kwargs was improved in 1.11 with ticket #26981 whereby one can provide a custom test runner and override `get_test_runner_kwargs()` however I think it would be nice to be able to examine locals without having to setup a custom test runner. 4 5 Please note that the `tb_locals` argument was introduced in Python 3.5, so this would need to be taken into consideration.