aboutsummaryrefslogtreecommitdiff
path: root/absl/testing/tests
AgeCommit message (Expand)Author
2022-08-29Output elapsed time duration values with millisecond precisionMatt McDonald
2022-08-19Updates the absl `assertRaisesWithPredicateMatch` and `assertRaisesWithLitera...Matt Doyle
2022-07-14Make `TempFileCleanup.SUCCESS` work with Python 3.11 after https://github.com...Yilei Yang
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-01-24Remove PY2-ism in absl's own unit tests.Yilei Yang
2022-01-20Merge changes from github.Yilei Yang
2021-10-26Remove the unittest3_backport code now that we have dropped Python 2 support.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-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-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-02-09More general parameterized.product, supporting products of dicts as well as p...Abseil Team
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 #158: Remove the executable bits in these filesYilei Yang
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-06-09Allow non-named parameterized tests to take a single dict.Abseil Team
2020-05-28In Python 3, use inspect.getfullargspec instead of deprecated inspect.getargs...Abseil Team
2020-05-12Make parameterized tests show runtime test name that is copy/paste friendly.Richard Levasseur
2020-04-21Change test name output to copy/paste friendly test id string.Richard Levasseur
2020-04-10Add `__fspath__` to `_TempFile` and `_TempDir` so they're `os.PathLike`Abseil Team
2020-03-10When sharding tests, use the test order provided by the TestLoader.Craig Citro
2020-02-21Add TESTBRIDGE_TEST_RUNNER_FAIL_FAST to Python testsAbseil Team
2020-01-31Record the seed used for test order randomization in test.xml.Craig Citro
2020-01-02Allow setting `$TEST_RANDOMIZE_ORDERING_SEED` after absltest import.Craig Citro
2019-12-03Add a helpful error message to let people know when they've specified named_p...Abseil Team
2019-11-18Add UTC timezone marker XML output timestamps (ISO8601)Abseil Team
2019-11-15Rollback requiring named_parameters to have a string as the first arg due to ...Abseil Team
2019-11-15Add a helpful error message to let people know when they've specified named_p...Abseil Team
2019-10-30Add TestCase.enter_context to make it easier to use context managers in tests...Richard Levasseur
2019-10-28 Rollback of TestCase.enter_context due to breaking tests.Abseil Team
2019-10-28Add TestCase.enter_context to make it easier to use context managers in tests.Richard Levasseur
2019-09-30Make `TempDir.create_file` chmod read-only files to be writable to initialize...Richard Levasseur
2019-09-26Skip the ParameterizedTestsTest.test_missing_inheritance on Python 3.7.0 to 3...Yilei Yang
2019-07-29Make absl use collections.abc imports instead of deprecated collections.Richard Levasseur
2019-07-22Add timestamps to test.xml output, improve test_suite time accountingAbseil Team
2019-07-03Unexpected breakages caused by this change.Abseil Team
2019-07-03Add timestamps to test.xml output, improve test_suite time accountingAbseil Team