-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update tests for v0.3 #232
base: prepare-v03
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## prepare-v03 #232 +/- ##
==============================================
Coverage ? 75.32%
==============================================
Files ? 38
Lines ? 5520
Branches ? 0
==============================================
Hits ? 4158
Misses ? 1362
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@shinich1 I will directly push some changes to this branch for easier review. Watch out! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MEMO: Doc CI is failing. Could you fix it?
Before submitting, please check the following:
nox
)ruff
CONTRIBUTING.md
for more detailsmake html
in./docs/
- you may need to install dependency for sphinx docs, seedocs/requirements.txt
.)Then, please fill in below:
Context (if applicable):
Fix tests to account for the deprecations.
Description of the change:
test_pattern
,test_transpiler
. renamepattern.standardize
,pattern.shift_signals
argument names.CommandNode
class which should also be deprecated.Related issue: