Skip to content

fix:source from some default value of key is not correct in the debug info#45

Open
etaixiee wants to merge 1 commit into
ArturSpirin:masterfrom
etaixiee:master
Open

fix:source from some default value of key is not correct in the debug info#45
etaixiee wants to merge 1 commit into
ArturSpirin:masterfrom
etaixiee:master

Conversation

@etaixiee

Copy link
Copy Markdown

when run like this:
from test_junkie.runner import Runner
runner = Runner([ExampleTestSuite, ExampleTestSuite], html_report="report.html")
runner.run()
some debug info print:
2024-03-13 13:04:49,131 [DEBUG] (debugger.py, debug(), 50 - MainThread) :: ============= Runtime Settings =============
2024-03-13 13:04:49,131 [DEBUG] (debugger.py, debug(), 50 - MainThread) :: Setting: test_multithreading_limit Source: KWARGS
2024-03-13 13:04:49,131 [DEBUG] (debugger.py, debug(), 50 - MainThread) :: 123Test Thread Limit: 1:(<class 'int'>)
2024-03-13 13:04:49,131 [DEBUG] (debugger.py, debug(), 50 - MainThread) :: Test Thread Limit: 1:(<class 'int'>)
2024-03-13 13:04:49,131 [DEBUG] (debugger.py, debug(), 50 - MainThread) :: Setting: suite_multithreading_limit Source: KWARGS
2024-03-13 13:04:49,131 [DEBUG] (debugger.py, debug(), 50 - MainThread) :: Suite Thread Limit: 1

test_multithreading_limit source is from default not from kwargs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant