We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ten_framework/packages/core_extensions/default_async_extension_python/tests/test_basic.py
Line 32 in 83b8d96
currently test logs output by print, which should be use ten_env.log_xxx instead.
print
ten_env.log_xxx
linux
Only print can be used
0.4.2
Critical
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
ten_framework/packages/core_extensions/default_async_extension_python/tests/test_basic.py
Line 32 in 83b8d96
currently test logs output by
print
, which should be useten_env.log_xxx
instead.Environment
linux
Steps to reproduce
ten_framework/packages/core_extensions/default_async_extension_python/tests/test_basic.py
Line 32 in 83b8d96
currently test logs output by
print
, which should be useten_env.log_xxx
instead.Expected behavior
currently test logs output by
print
, which should be useten_env.log_xxx
instead.Actual behavior
Only
print
can be usedVersion
0.4.2
Severity
Critical
Additional Information
No response
The text was updated successfully, but these errors were encountered: