Skip to content

Commit cd01164

Browse files
committed
fixup, explanatory comments
1 parent 84db714 commit cd01164

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)