aboutsummaryrefslogtreecommitdiff
path: root/absl/logging/tests
AgeCommit message (Expand)Author
2022-06-08Remove the unnecessary Python 2 related future imports.Yilei Yang
2022-03-22Remove the use of third party `mock` package and future imports in these tests.Yilei Yang
2022-03-16Fix some lint errors.Yilei Yang
2022-02-04Merge https://github.com/abseil/abseil-py/pull/186.Yilei Yang
2022-01-24Remove PY2-ism in absl's own unit tests.Yilei Yang
2022-01-20Merge changes from github.Yilei Yang
2021-03-04Expose the --test_tmpdir and --test_srcdir flags as public flag holders.Yilei Yang
2020-12-02Fix #158: Remove the executable bits in these filesYilei Yang
2020-09-22Change to raise an exception when no logging directory is found, instead of c...Yilei Yang
2020-04-08Add logger level control flag, take 2.Richard Levasseur
2020-04-06Revert adding of --logger_level flag due to internal test failuresAbseil Team
2020-04-06Add logger level control flag.Richard Levasseur
2019-10-28Merge changes from github.Yilei Yang
2019-08-08Make logging.set_verbosity update absl logger level if absl handler is not pr...Yilei Yang
2019-08-01Stop modifying `logging.root.handlers` when importing `absl.logging`.Yilei Yang
2019-04-11Make absl tests pass under new Bazel Python version transition logic.Richard Levasseur
2019-03-27Internal changeAbseil Team
2019-01-10Expose vlog_is_on() to allow avoiding expensive computations for a vlog() call.Abseil Team
2018-08-24Import GitHub PR #60: Use uid instead when username not found.Seongjin Cho
2018-07-18Clarify the findCaller() docstring around the stack_info arg and the differen...Gregory P. Smith
2018-07-18Create `log_every_n_seconds` - log conditionally based on last log time.Abseil Team
2018-03-02Add a logging.get_log_file_name() function, it returns the log file name used...Yilei Yang
2018-01-30Use sys._getframe(2), instead of logging.currentframe(). It's slightly faster.Yilei Yang
2018-01-16Windows tests: Use the bazel MANIFEST file to locate the .exe of the py_binary.Yilei Yang
2018-01-03Add a convenience wrapper function / decorator absl.logging.skip_log_prefix, ...Yilei Yang
2017-12-11Use warning/WARNING as the canonical name, instead of warn/WARN.Yilei Yang
2017-11-30Add a test case for absl.logging.ABSL_LOGGING_PREFIX_REGEX.Richard Levasseur
2017-11-16Automated g4 rollback of changelist 176037478Jamie Tsao
2017-11-16Automated g4 rollback of changelist 176022523Abseil Team
2017-11-16Allow specifying line numbers for skippable frames in logging.Jamie Tsao
2017-10-02Fix test_none_exc_info_py_logging for Python version from 3.5.0 to 3.5.2.Yilei Yang
2017-09-25Clean up unused code.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang