Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

etaixiee
Copy link

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.

None yet

1 participant