aboutsummaryrefslogtreecommitdiff
path: root/tests/mobly/records_test.py
AgeCommit message (Expand)Author
2021-04-23Support native repeat and retry in Mobly. (#734)Ang Li
2021-02-15Drop the py2 compatibility in unittest usages. (#726)Eric Lin (Tzu Hsiang Lin)
2021-01-22Fix some usages of asserts in tests. (#714)Ang Li
2021-01-20Re-format all codes to Google style. (#713)Ang Li
2021-01-13Move to 2-space indent: test files except AndroidDevice related (#710)Eric Lin (Tzu Hsiang Lin)
2019-05-22Fix yaml load usage warnings. (#578)Ang Li
2019-03-12Add support for specifying UID for test cases (#571)Ang Li
2018-09-18Create a proper manager for controllers. (#497)Ang Li
2018-09-12Properly record controller info. (#495)Ang Li
2018-06-21Use io.open to set file encoding (#465)winterfroststrom
2018-06-11Fix unicode encoding issues with records module. (#460)winterfroststrom
2018-04-06APIs to add additional blocks in test summary file (#376)Ang Li
2018-01-30Deprecate old test output. (#381)Ang Li
2017-12-16Properly handle Exceptions containing unicode. (#374)Ang Li
2017-08-17Fix deepcopy of `ExceptionRecord` objects. (#316)Ang Li
2017-08-14Serialize extra_errors as a dict like we used to. (#308)Ang Li
2017-08-11Properly record extra errors. (#284)Ang Li
2017-07-25New Output Format (#246)Ang Li
2017-07-12Get rid of warnings in unit tests for Python3. (#255)Ang Li
2017-07-11Fixes in unit tests. (#249)Ang Li
2017-07-11Fix record result enum for when exception is thrown from setup. (#245)Ang Li
2017-07-07Properly report test results when a class is skipped. (#238)Ang Li
2017-04-07Remove unecessary shebang lines. (#181)David T.H. Kao
2017-03-20Add stacktrace to test record. (#149)Ang Li
2016-12-08Update test error report/handling. (#15)Ang Li
2016-12-07Rename and refactor the tests tree. (#8)adorokhine