##// END OF EJS Templates
Clarify that automagic is only for line magics....
Clarify that automagic is only for line magics. Cell magics should always be explicitly prefixed.

File last commit:

r6713:1fab027d
r6996:9961b838
Show More
post_pr_test.py
10 lines | 309 B | text/x-python | PythonLexer
from test_pr import load_results, post_logs, post_results_comment, print_results
num, results, pr = load_results()
results_urls = post_logs(results)
print_results(pr, results_urls)
post_results_comment(pr, results_urls, num)
print()
print("Posted test results to pull request")
print(" " + pr['html_url'])