BmnRoot
Loading...
Searching...
No Matches
publish_test_results Namespace Reference

Variables

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

Variable Documentation

◆ header

dict publish_test_results.header = {'Authorization': 'Basic ' + os.environ.get('DOCS_CREDENTIALS')}

Definition at line 7 of file publish_test_results.py.

◆ json_data

publish_test_results.json_data = None

Definition at line 10 of file publish_test_results.py.

◆ postID

publish_test_results.postID = os.environ.get('DOCS_ALL_MACROS_POST_ID')

Definition at line 8 of file publish_test_results.py.

◆ result

publish_test_results.result = requests.post(url + "/pages/" + postID , headers=header, json=json_data)

Definition at line 14 of file publish_test_results.py.

◆ url

str publish_test_results.url = 'https://bmn.jinr.int/wp-json/wp/v2'

Definition at line 6 of file publish_test_results.py.