-
-
Notifications
You must be signed in to change notification settings - Fork 50
Migrate from Colorful to Rich #459
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
Conversation
…_before_output, console_writer_after_each_scenario
The trick to update all integration test is by patching the test here https://github.com/radish-bdd/radish/blob/main/tests/integration/test_main.py#L357 and just write the we need to inspected a bunch of tests by hand an check the diffs anyway to make sure we do not break anything with this change |
I think im still seeing some inconsistent word wrapping happening with this new library, hence why my tests pass locally but fail in CI |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #459 +/- ##
==========================================
- Coverage 87.26% 86.81% -0.46%
==========================================
Files 39 41 +2
Lines 2380 2442 +62
==========================================
+ Hits 2077 2120 +43
- Misses 303 322 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Closing for #465 |
Migrating from colorful to rich
This will break every integration test. Its looking good so far, but the tables are disappearing on the 'after step' hook update to the console output.
current known issues:
todo:
closes #439