@@ -2,36 +2,36 @@ from _pytest.config import Config as Config
22from typing import List , Optional , Text , Union , Any
33
44class AgentConfig :
5- rp_rerun : Optional [bool ] = ...
6- pconfig : Config = ...
7- rp_endpoint : Text = ...
8- rp_hierarchy_code : bool = ...
9- rp_dir_level : int = ...
10- rp_hierarchy_dirs : bool = ...
11- rp_dir_path_separator : Text = ...
12- rp_ignore_attributes : set = ...
13- rp_is_skipped_an_issue : bool = ...
14- rp_issue_id_marks : bool = ...
15- rp_issue_system_url : Text = ...
16- rp_bts_project : Text = ...
17- rp_bts_url : Text = ...
18- rp_launch : Text = ...
19- rp_launch_id : Optional [Text ] = ...
20- rp_launch_attributes : Optional [List ] = ...
21- rp_launch_description : Text = ...
22- rp_log_batch_size : int = ...
23- rp_log_batch_payload_size : int = ...
24- rp_log_level : Optional [int ] = ...
25- rp_log_format : Optional [Text ] = ...
26- rp_mode : Text = ...
27- rp_parent_item_id : Optional [Text ] = ...
28- rp_project : Text = ...
29- rp_rerun_of : Optional [Text ] = ...
30- rp_retries : int = ...
31- rp_skip_connection_test : bool = ...
32- rp_uuid : Text = ...
33- rp_verify_ssl : Union [bool , Text ] = ...
34- rp_launch_timeout : int = ...
5+ rp_rerun : Optional [bool ]
6+ pconfig : Config
7+ rp_endpoint : Text
8+ rp_hierarchy_code : bool
9+ rp_dir_level : int
10+ rp_hierarchy_dirs : bool
11+ rp_dir_path_separator : Text
12+ rp_ignore_attributes : set
13+ rp_is_skipped_an_issue : bool
14+ rp_issue_id_marks : bool
15+ rp_issue_system_url : Text
16+ rp_bts_project : Text
17+ rp_bts_url : Text
18+ rp_launch : Text
19+ rp_launch_id : Optional [Text ]
20+ rp_launch_attributes : Optional [List ]
21+ rp_launch_description : Text
22+ rp_log_batch_size : int
23+ rp_log_batch_payload_size : int
24+ rp_log_level : Optional [int ]
25+ rp_log_format : Optional [Text ]
26+ rp_mode : Text
27+ rp_parent_item_id : Optional [Text ]
28+ rp_project : Text
29+ rp_rerun_of : Optional [Text ]
30+ rp_retries : int
31+ rp_skip_connection_test : bool
32+ rp_uuid : Text
33+ rp_verify_ssl : Union [bool , Text ]
34+ rp_launch_timeout : int
3535
3636 def __init__ (self , pytest_config : Config ) -> None : ...
3737
0 commit comments