diff options
| author | robot-piglet <[email protected]> | 2026-03-03 12:27:28 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-03-03 14:10:14 +0300 |
| commit | 200fe48de75f260e5782b72768630c45b073c5bb (patch) | |
| tree | a823ce3c1d488c7b4ce4093eb78993f124ecd41c /library/python/pytest/module_utils.py | |
| parent | d29e1eafd7359dc59db71f0773cf51c7e7d43a66 (diff) | |
Intermediate changes
commit_hash:85afa7bf1a79b5728ecd004afa11afa9a603f9ea
Diffstat (limited to 'library/python/pytest/module_utils.py')
| -rw-r--r-- | library/python/pytest/module_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/pytest/module_utils.py b/library/python/pytest/module_utils.py index a26deccfecb..4775ba37448 100644 --- a/library/python/pytest/module_utils.py +++ b/library/python/pytest/module_utils.py @@ -56,7 +56,7 @@ _BASE_PATHS = None def get_proper_module_path(module_name): """ Get the file path for a test module relative to the repository root. - For synthesized empty __init__.py modules, returns module_name as a fake file path. + For synthesized empty __init__.py modules, returns None. """ global _BASE_PATHS if _BASE_PATHS is None: |
