Skip to content

Commit 1cfaefe

Browse files
committed
tests: refactor system tests
1 parent ada1ab0 commit 1cfaefe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ coverage.xml
5757
*sponge_log.xml
5858

5959
# System test environment variables.
60-
system_tests/local_test_setup
60+
**/system_tests/local_test_setup
61+
**/system_tests/data
6162

6263
# Make sure a generated file isn't accidentally committed.
6364
pylintrc

packages/google-auth/system_tests/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _provision_kokoro_secrets():
9494
capture_output=True,
9595
)
9696
# Rename to use underscores as per test conventions
97-
(DATA_DIR / src_name).replace(DATA_DIR / dest_name)
97+
(pathlib.Path(DATA_DIR) / src_name).replace(pathlib.Path(DATA_DIR) / dest_name)
9898

9999

100100
_provision_kokoro_secrets()

0 commit comments

Comments
 (0)