aboutsummaryrefslogtreecommitdiff
path: root/absl/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-01-24Remove PY2-ism in absl's own unit tests.Yilei Yang
2022-01-20Merge changes from github.Yilei Yang
2021-10-25Drop the support of Python 2.7, 3.4, and 3.5. All versions have reached end-o...Yilei Yang
2021-10-13Add a python_version_test.py, useful to ensure the Python used by bazel is ex...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-04-06Add a test to check that FLAGS is deepcopy-able.Richard Levasseur
2019-04-11Make absl tests pass under new Bazel Python version transition logic.Richard Levasseur
2018-12-06Add multi enum class flag to absl.flags.Petros Maniatis
2018-11-26Make absl python help flags closer to cpp versionsAbseil Team
2018-08-13Make absl flags integrate with argparse.Richard Levasseur
2018-07-18Create `app.call_after_init(callback)`.Abseil Team
2018-05-31Allow unicode strings in flag help when used with --helpfull.Richard Levasseur
2018-05-11Internal change, minor refactoring.Yilei Yang
2018-04-11Correctly test the custom main function.Yilei Yang
2018-01-16Windows tests: Use the bazel MANIFEST file to locate the .exe of the py_binary.Yilei Yang
2017-12-15Clean up unnecessary comment.Yilei Yang
2017-12-13Internal change.Yilei Yang
2017-10-16Disable app._register_and_parse_flags_with_usage() reuse.Mike Rovner
2017-10-05Change app.register_and_parse_flags_with_usage to a private function, this is...Yilei Yang
2017-09-25Move the --only_check_args check earlier.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang