Skip to content

Commit 4798cd2

Browse files
committed
fixup, explanatory comments
1 parent 6fb808f commit 4798cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
import pathlib
44

5+
# Absolute path to the top level directory
56
ROOT_PATH = pathlib.Path(__file__).parent.parent
67

8+
# Disable Dagger telemetry and PaaS offering
79
os.environ["DO_NOT_TRACK"]= "1"
810
os.environ["NOTHANKS"]= "1"

0 commit comments

Comments
 (0)