SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Namespaces | Variables
test_read_donki.py File Reference

Namespaces

 test_read_donki
 

Variables

tuple test_read_donki.test_mode = module_prompt.prompt_inlist(['Random','Today','User defined date','Random not empty'])
 
tuple test_read_donki.delay = datetime.datetime.today()
 
tuple test_read_donki.random_delay = random.uniform(0,delay.total_seconds())
 
tuple test_read_donki.date_in = datetime.datetime(2018,7,1)
 
string test_read_donki.filepath = '../DATA_OBS/Corona/DONKI/CME/donki_cme_%s000000.json'
 
tuple test_read_donki.events = read_donki_event.read_jason_v0(filepath)
 
tuple test_read_donki.testpath = os.path.join('dir.test','tmp_read_donki.ascii')
 
string test_read_donki.command = 'vimdiff %s %s'
 
string test_read_donki.see_test = 'y'