From 433522ce2796ed15c4239f8a1eaae74b774834a9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 14 Aug 2024 13:20:59 -0400 Subject: [PATCH] Add comment --- tests/unit/test_packaging.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/test_packaging.py b/tests/unit/test_packaging.py index 72789a1..80b0aa0 100644 --- a/tests/unit/test_packaging.py +++ b/tests/unit/test_packaging.py @@ -17,6 +17,8 @@ import sys +# See https://docs.pytest.org/en/stable/how-to/tmp_path.html#the-tmp-path-fixture +# for more information on the `tmp_path` fixture of pytest def test_namespace_package_compat(tmp_path): # The ``google`` namespace package should not be masked # by the presence of ``google-cloud-audit-log``.