Skip to content

[tizen_log] Add integration tests#1061

Merged
seungsoo47 merged 3 commits into
flutter-tizen:masterfrom
seungsoo47:tizen_log-add-integration-tests
Jul 10, 2026
Merged

[tizen_log] Add integration tests#1061
seungsoo47 merged 3 commits into
flutter-tizen:masterfrom
seungsoo47:tizen_log-add-integration-tests

Conversation

@seungsoo47

@seungsoo47 seungsoo47 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Add 8 regression integration tests for the public Log API (verbose, debug, info, warn, error, fatal, isDebugEnabled default, and the optional file/func/line parameters), since tizen_log is Tizen-only and has no upstream test suite to port from.

seungsoo47 and others added 2 commits July 9, 2026 10:10
Add 8 Tizen regression test cases for the public Log API:
- Log.verbose does not throw
- Log.debug does not throw
- Log.info does not throw
- Log.warn does not throw
- Log.error does not throw
- Log.fatal does not throw
- Log.isDebugEnabled is false by default
- Log with optional file, func, and line parameters does not throw

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds regression integration tests for the tizen_log package, including test configurations in pubspec.yaml and a test driver. The review feedback suggests replacing testWidgets with test in the integration tests, as the synchronous logging APIs do not require widget testing capabilities or asynchronous execution.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread packages/tizen_log/example/integration_test/tizen_log_test.dart
@seungsoo47 seungsoo47 merged commit 3756c24 into flutter-tizen:master Jul 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants