Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace get_default_test_tmpdir() with create_tempdir(). #216

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jun 11, 2024

Replace get_default_test_tmpdir() with create_tempdir().

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.

@copybara-service copybara-service bot force-pushed the test_642266121 branch 2 times, most recently from 12ec4df to b1317e6 Compare June 12, 2024 05:50
@copybara-service copybara-service bot changed the title absltest.get_default_test_tmpdir() is widely used in our code base, but it's Replace get_default_test_tmpdir() with create_tempdir(). Jun 12, 2024
@copybara-service copybara-service bot closed this Jun 12, 2024
@copybara-service copybara-service bot deleted the test_642266121 branch June 12, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants