Skip to content
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

scripts: Fixed several SyntaxWarning for python test helpers #1064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tim-nordell-nimbelink
Copy link

Many of these require a r'' string context to avoid errors like:

scripts/test.py:105: SyntaxWarning: invalid escape sequence '\s'

Many of these require a r'' string context to avoid errors like:

  scripts/test.py:105: SyntaxWarning: invalid escape sequence '\s'
@geky-bot
Copy link
Collaborator

Tests passed ✓, Code: 17104 B (+0.0%), Stack: 1448 B (+0.0%), Structs: 812 B (+0.0%)
Code Stack Structs Coverage
Default 17104 B (+0.0%) 1448 B (+0.0%) 812 B (+0.0%) Lines 2429/2591 lines (-0.0%)
Readonly 6222 B (+0.0%) 448 B (+0.0%) 812 B (+0.0%) Branches 1278/1608 branches (+0.0%)
Threadsafe 17956 B (+0.0%) 1448 B (+0.0%) 820 B (+0.0%) Benchmarks
Multiversion 17176 B (+0.0%) 1448 B (+0.0%) 816 B (+0.0%) Readed 29369693876 B (+0.0%)
Migrate 18768 B (+0.0%) 1752 B (+0.0%) 816 B (+0.0%) Proged 1482874766 B (+0.0%)
Error-asserts 17884 B (+0.0%) 1440 B (+0.0%) 812 B (+0.0%) Erased 1568888832 B (+0.0%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants