◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
9 changes: 9 additions & 0 deletions test/lib/helper.py
Original file line number Diff line number Diff line change
@@ -10,6 +10,8 @@
import logging
import os
import os.path as osp
import tempfile
import textwrap
import time
Expand Down Expand Up @@ -411,6 +413,13 @@ def __init__(self, env_dir, *, with_pip):
self._env_dir = env_dir
venv.create(self.env_dir, symlinks=True, with_pip=with_pip)

@property
def env_dir(self):
"""The top-level directory of the environment."""
Toggle all file notes Toggle all file annotations