aboutsummaryrefslogtreecommitdiff
path: root/mobly/config_parser.py
AgeCommit message (Expand)Author
2021-02-15Drop the py2 compatibility in class declaration statements. (#724)Eric Lin (Tzu Hsiang Lin)
2021-01-20Re-format all codes to Google style. (#713)Ang Li
2021-01-13Move to 2-space indent: top-level mobly files. (#701)Ang Li
2021-01-06Use an empty string as the default `TestRunConfig.log_path` (#689)Ang Li
2019-10-24Defaults the controller and user_params to empty dictionaries in TestRunConfi...Mark De Ruyter
2019-10-21Revert "Defaults the controller and user_params to empty dictionaries in Test...Ang Li
2019-10-18Defaults the controller and user_params to empty dictionaries in TestRunConfig.Mark De Ruyter
2019-10-10Re-include test_bed_name in load_test_config_file() for backward compatibilit...xianyuanjia
2019-10-09Rename test_bed_name to testbed_name. (#641)xianyuanjia
2019-07-22New yapf formatting. (#603)Ang Li
2019-05-22Fix yaml load usage warnings. (#578)Ang Li
2018-08-29Move `register_controller` into `base_test`. (#493)Ang Li
2018-07-19Log test config at the beginning of the test run. (#472)Ang Li
2018-07-17Support alias for test classes when using suite. (#467)Ang Li
2018-06-21Use io.open to set file encoding (#465)winterfroststrom
2017-10-03Fix some documentation style issue to get rid of sphinx warning (#339)ygw11223
2017-08-10Cleanup docstring indentation style (#303)David T.H. Kao
2017-07-25New Output Format (#246)Ang Li
2017-06-15Fix some style errors. (#230)Keith Dart
2017-05-17Delete unused config_parser methods. (#211)Alexander Dorokhine
2017-04-17Expose the env var name (#184)David T.H. Kao
2017-04-07Remove unecessary shebang lines. (#181)David T.H. Kao
2017-03-17Remove deprecated code path. (#150)Ang Li
2017-03-07New configuration format. (#85)Ang Li
2017-01-09String formatting clean up. (#76)Ang Li
2016-12-12Dropping code paths for importing test class files in test_runner. (#23)Ang Li
2016-12-07Remove executable permissions from library classes.Alexander Dorokhine
2016-11-01Initial commit of Mobly.Alexander Dorokhine