dashboard
repositories
activity
search
login
lzh
/
A133
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
[3/4]解决USB摄像头打开相机预览界面绿屏
liyujie
2025-08-28
867b8b7b729282c7e14e200ca277435329ebe747
[~lzh/A133.git]
/
android
/
external
/
python
/
setuptools
/
conftest.py
1
2
3
4
5
6
7
8
pytest_plugins = 'setuptools.tests.fixtures'
def pytest_addoption(parser):
parser.addoption(
"--package_name", action="append", default=[],
help="list of package_name to pass to test functions",
)