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
omnipy/tests/hub/log/test_root_log.py
Line 88 in c7ccc63
formatted_record = formatter.format(record) formatted_time = fixed_datetime.strftime(get_datetime_format(locale)) # TODO: Why did this start failing on a GitHub actions Python 3.11 VM? # assert formatted_record == f'[TEST] {formatted_time} - DEBUG: my log msg (test.logger)' assert formatted_record.startswith( f'[TEST] {formatted_time}) - DEBUG: my log msg (test.logger)') assert formatted_record.endswith(' - DEBUG: my log msg (test.logger)') def test_log_formatter_date_localization(runtime: Annotated[IsRuntime, pytest.fixture]):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
omnipy/tests/hub/log/test_root_log.py
Line 88 in c7ccc63
The text was updated successfully, but these errors were encountered: