Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/363.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python pytest是否有关于给定的标记表达式的信息_Python_Testing_Pytest - Fatal编程技术网

Python pytest是否有关于给定的标记表达式的信息

Python pytest是否有关于给定的标记表达式的信息,python,testing,pytest,Python,Testing,Pytest,pytest上下文是否有成员持有“-m”标志的给定参数? 例如,在命令$python3-m pytest-m“回归而非单元”中 是否可以从pytest上下文中获取回归而非单元的信息

pytest上下文是否有成员持有“-m”标志的给定参数?
例如,在命令
$python3-m pytest-m“回归而非单元”中
是否可以从pytest上下文中获取回归而非单元的信息