aboutsummaryrefslogtreecommitdiff
path: root/absl/testing
AgeCommit message (Expand)Author
2022-08-29Output elapsed time duration values with millisecond precisionMatt McDonald
2022-08-25Fix typoHaoyuan Zhong
2022-08-19Updates the absl `assertRaisesWithPredicateMatch` and `assertRaisesWithLitera...Matt Doyle
2022-08-19Update some of the docstrings to be compatible with `reST`, in preparation to...Yilei Yang
2022-07-14Make `TempFileCleanup.SUCCESS` work with Python 3.11 after https://github.com...Yilei Yang
2022-06-13Use type annotations instead of type comments for this method.Abseil Team
2022-06-09Re-work how side effects are avoided when getting the non flags `argv` when `...Yilei Yang
2022-06-08Remove the unnecessary Python 2 related future imports.Yilei Yang
2022-05-06Remove the py2/py3 compatibility module _collections_abc.Yilei Yang
2022-04-11Remove unused comments related to Python 2 compatibility.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-03-04Improve the type annotations for assertRaisesWith{Literal,Predicate}Match.Rebecca Chen
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
2022-01-20Merge changes from github.Yilei Yang
2021-11-16Simplify this code to use a `with` block.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-10-04Correctly create `absltest_filter_test`'s `as_commandline_args_no_argv` cases.Yilei Yang
2021-09-29Remove these exports_files, those LICENSE files no longer exist in their dire...Yilei Yang
2021-09-21Fix typo in the docstring.Yilei Yang
2021-09-20Fix #173: Correctly set up test filtering and fail fast flags for users who e...Yilei Yang
2021-07-09Fix a number of linter warnings.Abseil Team
2021-07-09Fix an accidentally disabled test in parameterized_test.Abseil Team
2021-06-14Stop testing Python 2 in absl.Yilei Yang
2021-05-03Add a classmethod variant of enter_context.Abseil Team
2021-04-12Add `@absltest.skipThisClass` to skip specific classes during testing.Stephen Thorne
2021-03-04Expose the --test_tmpdir and --test_srcdir flags as public flag holders.Yilei Yang
2021-03-01Move type comment for `enter_context` to before docstringAbseil Team
2021-02-19Add missing parameter to @parameterized.product() example.Abseil Team
2021-02-09More general parameterized.product, supporting products of dicts as well as p...Abseil Team
2021-01-29Fix a typo: the flag name is `test_tmpdir` not `test_tempdir`.Yilei Yang
2020-12-14Support using flagholder in flagsaver.Abseil Team
2020-12-04Adds `parameterized.product`: generates the Cartesian product of tests from m...Abseil Team
2020-12-02Fix #159: Remove the unnecessary LICENSE files in non-third-party sub-directo...Yilei Yang
2020-12-02Fix #158: Remove the executable bits in these filesYilei Yang
2020-11-24Catch unittest.case.SkipTest when running tests for debugging.Gregory P. Smith
2020-11-23Catch unittest.case.SkipTest when running tests for debugging.Abseil Team
2020-09-30In flagsaver, set multiple flags together before their validators run.Karol M. Langner
2020-09-18Suppress surplus entries in AssertionError stack traces from absltest.py.Abseil Team
2020-09-14Update absltest_test.py so it works better on Windows running under msys2, th...Yilei Yang
2020-08-31*Really* ignore errors in `_rmtree_ignore_errors`.Devin Jeanpierre
2020-07-21Doc/suggest fspath usage over .full_path usageRichard Levasseur
2020-06-25Fix incorrect type annotation in absltest.main.Abseil Team
2020-06-23Use six.add_metaclass instead of six.with_metaclass in parameterized.TestCaseSergei Lebedev