-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Option '--trace' doesn't work with module 'unittest' #3823
Copy link
Copy link
Closed
blueyed/pytest
#101Labels
plugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin pluginplugin: unittestrelated to the unittest integration builtin pluginrelated to the unittest integration builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Metadata
Metadata
Assignees
Labels
plugin: debuggingrelated to the debugging builtin pluginrelated to the debugging builtin pluginplugin: unittestrelated to the unittest integration builtin pluginrelated to the unittest integration builtin plugintype: enhancementnew feature or API change, should be merged into features branchnew feature or API change, should be merged into features branch
Thanks first for adding option '--trace'. That's very helpful to me.
I tried it and it does work with test functions. However, it doesn't work with tests based on python unittest module, e.g.
The output is: