moncenterlib.tests.gnss.unit_tests.test_tools4rnx module
- class moncenterlib.tests.gnss.unit_tests.test_tools4rnx.TestTools4Rnx(methodName='runTest')
Bases:
TestCase- setUp() None
Hook method for setting up the test fixture before exercising it.
- test_architecture(mock_thread, mock_queue, mock_isfile, mock_get_path2bin)
- test_check_make_convbin()
- test_config(mock_thread, mock_isfile, mock_queue)
- test_create_vars()
- test_different_id_default_config()
- test_func_scan_dir()
- test_get_full_status()
- test_get_last_status()
- test_init()
- test_init_check_dublicate_handlers()
- test_init_raises()
- test_init_with_disable_logger()
- test_init_with_enable_logger()
- test_init_with_my_logger()
- test_make_config4convbin(mock_get_path2bin)
- test_merge_rinex()
- test_output_result()
- test_raises_config()
- test_real_working()
- test_scan_dir_raises()
- test_start_converting(mock_thread, mock_Popen)
- test_start_raises()
- test_start_with_input_dir(mock_thread, mock_isdir, mock_scan_dir)
- test_start_with_input_file(mock_thread, mock_isfile)
- test_start_with_input_list(mock_thread, mock_isdir)