aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/BUILD
AgeCommit message (Expand)Author
2022-05-06Remove the py2/py3 compatibility module _collections_abc.Yilei Yang
2022-03-21Remove comments, license is declared in the LICENSE file.Yilei Yang
2022-03-21Remove the use of six in absl.testing.Yilei Yang
2022-01-24Remove PY2-ism in absl's own unit tests.Yilei Yang
2022-01-21Merge _parameterized_async.py into parameterized.py now that we have dropped ...Yilei Yang
2021-10-26Remove unused _absl_test_platform_deps.Yilei Yang
2021-10-26Remove the unittest3_backport code now that we have dropped Python 2 support.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-07#128: support matching substring and glob patterns using bazel's `--test_filt...Yilei Yang
2021-10-07When running a absltest helper binary in absltest's own tests, also inherit t...Yilei Yang
2021-10-04Correctly make these tests to cover the actual usage from `tensorflow`.Yilei Yang
2021-09-29Remove these exports_files, those LICENSE files no longer exist in their dire...Yilei Yang
2021-09-20Fix #173: Correctly set up test filtering and fail fast flags for users who e...Yilei Yang
2021-06-14Stop testing Python 2 in absl.Yilei Yang
2020-09-30In flagsaver, set multiple flags together before their validators run.Karol M. Langner
2020-04-13Only include _parameterized_async in srcs under Py3.Richard Levasseur
2020-04-13Adding parameterization support for async test cases.Abseil Team
2020-02-21Add TESTBRIDGE_TEST_RUNNER_FAIL_FAST to Python testsAbseil Team
2019-11-11Sort load arguments in BUILD filesAbseil Team
2019-07-30Use a bazel macro py2and3_test to test both Python 2 and 3 versions.Yilei Yang
2019-07-29Make absl use collections.abc imports instead of deprecated collections.Richard Levasseur
2019-07-25Add a leading underscore to build_defs.bzl file to indicate that it's suppose...Yilei Yang
2019-05-02Remove unnecessary deps.Richard Levasseur
2019-04-30Internal change.Richard Levasseur
2019-04-30n/aMike Rovner
2019-04-11Make absl tests pass under new Bazel Python version transition logic.Richard Levasseur
2019-01-09Remove testonly from testing libaries.Abseil Team
2018-10-04Tempfile management APIs for absltest.TestCaseRichard Levasseur
2018-09-27Make subtest show correct test names in Python 2.Xiaofei Wang
2018-08-07Print test execution status before and after each method.Abseil Team
2018-07-23Use a re-entrant lock for _TextAndXMLTestResult thread-safetyAbseil Team
2018-05-09Also test that test filters work by passing them as command line arguments.Yilei Yang
2018-04-11Backport subTest to absltest.TestCase when running Python 2.7.Xiaofei Wang
2018-01-16Windows tests: Use the bazel MANIFEST file to locate the .exe of the py_binary.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang