-
Notifications
You must be signed in to change notification settings - Fork 68
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
Feature/add yaml support #40
Conversation
TestingTo test this commit:
|
|
@@ -57,8 +57,10 @@ | |||
# import global_settigns | |||
|
|||
from cgi import test | |||
import datetime, json, getopt, logging, logging.config, math, os, platform, random, requests,signal,subprocess, sys, threading, time, traceback, uuid | |||
import datetime, json, yaml, getopt, logging, logging.config, math, os, platform, random, requests,signal,subprocess, sys, threading, time, traceback, uuid |
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.
duplicated with line 63
If you want format the code base, it's better to make another to do it. For smoke test python code formatting is ok. For c++ code, you should change your IDE settings and never format the existing code (new code should follow the code styles). |
PR checklist:
proton: starts/ends
for new code in existing community code base ?Please write user-readable short description of the changes:
add yaml support for proton stream smoke test and a sample
0013_changelog_stream3.yaml