BmnRoot
Loading...
Searching...
No Matches
publish_test_results.py File Reference

Go to the source code of this file.

Namespaces

namespace  publish_test_results
 

Variables

str publish_test_results.url = 'https://bmn.jinr.int/wp-json/wp/v2'
 
dict publish_test_results.header = {'Authorization': 'Basic ' + os.environ.get('DOCS_CREDENTIALS')}
 
 publish_test_results.postID = os.environ.get('DOCS_ALL_MACROS_POST_ID')
 
 publish_test_results.json_data = None
 
 publish_test_results.result = requests.post(url + "/pages/" + postID , headers=header, json=json_data)