Skip to content

Commit

Permalink
Replace get_default_test_tmpdir() with create_tempdir().
Browse files Browse the repository at this point in the history
`absltest.get_default_test_tmpdir()` is widely used in our code base, but it's
got some problems like not respecting the value of `FLAGS.test_tmpdir`. This
change replaces it with `self.create_tempdir()` in `adb_call_parser_test.py`.

Other changes will follow for other test files.

PiperOrigin-RevId: 642506398
  • Loading branch information
kenjitoyama authored and copybara-github committed Jun 12, 2024
1 parent 01410d1 commit 48d1d31
Showing 1 changed file with 125 additions and 65 deletions.
Loading

0 comments on commit 48d1d31

Please sign in to comment.