Changes between Initial Version and Version 1 of Ticket #28452
- Timestamp:
- 07/31/17 08:06:29 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28452
-
Property
Version
changed from
1.11
tomaster
-
Property
Version
changed from
-
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.