feat: adjust output to pipetester requirements#35
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #35 +/- ##
==========================================
- Coverage 97.11% 96.79% -0.32%
==========================================
Files 9 9
Lines 936 937 +1
==========================================
- Hits 909 907 -2
- Misses 27 30 +3
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
co to za plik? w katalogu tests jest miejsce odpowiednie na testy do pipetestera
| print("Ready") | ||
| while True: | ||
| try: | ||
| t = Timer(60, no_time_left) |
| """extend_parents = [] | ||
| for name in call_order: | ||
| if name in proc_parents: | ||
| proc_parents[name].extend(extend_parents) | ||
| proc_parents[name] = list(set(proc_parents[name])) | ||
| extend_parents.extend(proc_parents[name]) | ||
| else: | ||
| extend_parents = [] | ||
| extend_parents = []""" |
| if param == relation["parameters"][0]: | ||
| return context["procedures"][param[1:-1]] |
There was a problem hiding this comment.
ale wiecie ze to moze byc rowniez stmt?
There was a problem hiding this comment.
| if param == relation["parameters"][0]: | ||
| return context["procedures"][param[1:-1]] |
There was a problem hiding this comment.
| if param == relation["parameters"][0]: | ||
| return context["procedures"][param[1:-1]] |
There was a problem hiding this comment.
To tez moze byc stmt....
https://github.com/wvffle/ATS-project-simple/blob/master/ats/pql/pql.py#L25-26
|
|
||
| if __name__ == "__main__": | ||
| sys.stdout.reconfigure(encoding="utf-8") | ||
| sys.stdout.reconfigure(encoding="utf-8") # nie powinno być ibm852? |
554ef67 to
3b8cb6c
Compare
No description provided.