Vapt-env / conftest.py
Sayuj63's picture
Clean cruft files, fix README links after docs/ reorg, integrate Cursor's inference enhancements
7d752b8
Raw
History Blame Contribute Delete
461 Bytes
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# Pytest: repo root is also the `security_audit_env` package. Without this,
# some pytest versions try to import `./__init__.py` as a test module, which
# fails (relative imports need a parent package). Keep this file free of
# `tests/` imports to avoid import cycles.
# Ignore the package entrypoint at repo root; actual tests live in tests/ only.
collect_ignore = ["__init__.py"]