Searched refs:this_path (Results 1 – 3 of 3) sorted by relevance
/Renode-v1.15.3-c57714d/tests/ |
D | nunit_tests_provider.py | 16 this_path = os.path.abspath(os.path.dirname(__file__)) variable 24 nunit_path = os.path.join(this_path, './../lib/resources/tools/nunit3/nunit3-console.exe')
|
D | robot_tests_provider.py | 27 this_path = os.path.abspath(os.path.dirname(__file__)) variable 50 default=os.path.join(this_path, '../output/bin'), 110 default=os.path.join(this_path, '../lib/resources/styles/robot.css'), 171 options.css_file = os.path.join(this_path, options.css_file) 782 os.path.join(this_path, f'retry_and_timeout_listener.py:{options.retry_count}'), 784 os.path.join(this_path, output_formatter), 792 keywords_path = os.path.abspath(os.path.join(this_path, "renode-keywords.robot")) 796 tools_path = os.path.join(os.path.dirname(this_path), "tools")
|
D | tests_engine.py | 12 this_path = os.path.abspath(os.path.dirname(__file__)) variable 111 default=os.path.join(this_path, 'tests'), 246 …options.remote_server_full_directory = os.path.join(this_path, options.remote_server_full_director…
|