Uname: Linux server.digisquadtech.com 4.18.0-553.100.1.el8_10.x86_64 #1 SMP Mon Feb 2 04:13:33 EST 2026 x86_64
User: 1091 (madhavfluid)
Group: 1090 (madhavfluid)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//usr/lib64/python3.6///unittest/__pycache__      ( Reset | Go to )
File Name: case.cpython-36.opt-1.pyc
3
]i@sdZddlZddlZddlZddlZddlZddlZddlZddlZddl    Z    ddl
Z
ddl Z ddl m Z ddlmZmZmZmZmZdZeZdZGdd    d    eZGd
d d eZGd d d eZGdddeZddZddZddZddZ ddZ!ddZ"GdddZ#ddZ$Gd d!d!e#Z%Gd"d#d#e%Z&Gd$d%d%e%Z'e    j(d&d'd(gZ)Gd)d*d*ej*Z+Gd+d,d,e#Z,Gd-d.d.eZ-Gd/d0d0e-Z.Gd1d2d2e-Z/dS)3zTest case implementationN)result)strclass    safe_repr_count_diff_all_purpose_count_diff_hashable_common_shorten_reprTz@
Diff is %s characters long. Set self.maxDiff to None to see it.c@seZdZdZdS)SkipTestz
    Raise this exception in a test to skip it.

    Usually you can use TestCase.skipTest() or one of the skipping decorators
    instead of raising this directly.
    N)__name__
__module__ __qualname____doc__rr%/usr/lib64/python3.6/unittest/case.pyr    sr    c@seZdZdZdS) _ShouldStopz
    The test should stop.
    N)r
r r r rrrrr"src@seZdZdZdS)_UnexpectedSuccessz7
    The test was supposed to fail, but it didn't!
    N)r
r r r rrrrr'src@s&eZdZdddZejdddZdS)    _OutcomeNcCs4d|_||_t|d|_d|_g|_d|_g|_dS)NF
addSubTestT)expecting_failurerhasattrresult_supports_subtestssuccessskippedexpectedFailureerrors)selfrrrr__init__.s z_Outcome.__init__Fccs|j}d|_zy
dVWntk
r.Yntk
rh}z d|_|jj|t|fWYdd}~Xnjtk
rzYnXtj}|j    r||_
nd|_|j j||fd}YnX|j r|jr|j j|dfWd|jo||_XdS)NTF) rKeyboardInterruptr    rappendstrrsysexc_inforrrr)r    test_caseisTestZ old_successer!rrrtestPartExecutor7s*
$
 z_Outcome.testPartExecutor)N)F)r
r r r
contextlibcontextmanagerr%rrrrr-s
    rcCs|S)Nr)objrrr_idUsr)csfdd}|S)z&
    Unconditionally skip a test.
    cs4t|ts$tj|fdd}|}d|_|_|S)Ncs tdS)N)r    )argskwargs)reasonrr skip_wrapper^sz-skip.<locals>.decorator.<locals>.skip_wrapperT)
isinstancetype    functoolswraps__unittest_skip____unittest_skip_why__)    test_itemr-)r,rr    decorator\s 
zskip.<locals>.decoratorr)r,r5r)r,rskipXs
r6cCs|r t|StS)z/
    Skip a test if the condition is true.
    )r6r))    conditionr,rrrskipIfhsr8cCs|s t|StS)z3
    Skip a test unless the condition is true.
    )r6r))r7r,rrr
skipUnlesspsr9cCs
d|_|S)NT)__unittest_expecting_failure__)r4rrrrxsrcs4t|tr tfdd|DSt|to2t|S)Nc3s|]}t|VqdS)N) _is_subtype).0r$)basetyperr    <genexpr>~sz_is_subtype.<locals>.<genexpr>)r.tupleallr/
issubclass)expectedr=r)r=rr;|s
r;c@seZdZddZddZdS)_BaseTestCaseContextcCs
||_dS)N)r")rr"rrrrsz_BaseTestCaseContext.__init__cCs |jj|j|}|jj|dS)N)r"_formatMessagemsgfailureException)r standardMsgrErrr _raiseFailuresz"_BaseTestCaseContext._raiseFailureN)r
r r rrHrrrrrCsrCcCsdtjkrt|StSdS)a
    Non-standard/downstream-only decorator for marking a specific unit test
    to be skipped when run within the %check of an rpmbuild.

    Specifically, this takes effect when WITHIN_PYTHON_RPM_BUILD is set within
    the environment, and has no effect otherwise.
    ZWITHIN_PYTHON_RPM_BUILDN)osenvironr6r))r,rrr_skipInRpmBuilds
rKc@seZdZdddZddZdS)_AssertRaisesBaseContextNcCs@tj||||_||_|dk    r*tj|}||_d|_d|_dS)N)    rCrrBr"recompileexpected_regexobj_namerE)rrBr"rOrrrrs 
z!_AssertRaisesBaseContext.__init__cCszt|j|js"td||jf|rD|ddkrDtjdtdf}|sx|jdd|_    |rttjdt
t |td|S|^}}y |j |_ Wntk
rt||_ YnX||||WdQRXWdd}XdS)z
        If args is empty, assertRaises/Warns is being used as a
        context manager, so check for a 'msg' kwarg and return self.
        If args is not empty, call a callable passing positional and keyword
        arguments.
        z%s() arg 1 must be %srNzcallable is NonerEz3%r is an invalid keyword argument for this function)r;rB
_base_type    TypeError_base_type_strwarningswarnDeprecationWarningpoprEnextiterr
rPAttributeErrorr)rnamer*r+Z callable_objrrrhandles.  z_AssertRaisesBaseContext.handle)N)r
r r rr]rrrrrLs

rLc@s(eZdZdZeZdZddZddZdS)_AssertRaisesContextzCA context manager used to implement TestCase.assertRaises* methods.z-an exception type or tuple of exception typescCs|S)Nr)rrrr    __enter__sz_AssertRaisesContext.__enter__c Cs|dkrby |jj}Wntk
r2t|j}YnX|jrP|jdj||jql|jdj|n
tj|t    ||js|dS|j
d|_ |j dkrdS|j }|j t|s|jdj|jt|dS)Nz{} not raised by {}z {} not raisedFTz"{}" does not match "{}")rBr
r[rrPrHformat    traceback clear_framesrAwith_tracebackZ    exceptionrOsearchpattern)rexc_type    exc_valuetbexc_namerOrrr__exit__s( 
 
  
z_AssertRaisesContext.__exit__N)    r
r r r BaseExceptionrRrTr_rjrrrrr^s
r^c@s(eZdZdZeZdZddZddZdS)_AssertWarnsContextzBA context manager used to implement TestCase.assertWarns* methods.z(a warning type or tuple of warning typescCsRx$tjjD]}t|ddr i|_q Wtjdd|_|jj|_tj    d|j
|S)N__warningregistry__T)recordalways) r modulesvaluesgetattrrmrUcatch_warningswarnings_managerr_ simplefilterrB)rvrrrr_s 
 z_AssertWarnsContext.__enter__c Cs|jj||||dk    rdSy |jj}Wntk
rFt|j}YnXd}xd|jD]Z}|j}t||jslqT|dkrx|}|j    dk    r|j    j
t| rqT||_ |j |_ |j |_ dSW|dk    r|jdj|j    jt||jr|jdj||jn|jdj|dS)Nz"{}" does not match "{}"z{} not triggered by {}z{} not triggered)rtrjrBr
r[rrUmessager.rOrdZwarningfilenamelinenorHr`rerP)rrfrgrhriZfirst_matchingmwrrrrjs8   

 z_AssertWarnsContext.__exit__N)    r
r r r WarningrRrTr_rjrrrrrls
 rl_LoggingWatcherrecordsoutputc@s(eZdZdZddZddZddZdS)    _CapturingHandlerzM
    A logging handler capturing all (raw and formatted) logging output.
    cCstjj|tgg|_dS)N)loggingHandlerrr}watcher)rrrrr,s z_CapturingHandler.__init__cCsdS)Nr)rrrrflush0sz_CapturingHandler.flushcCs*|jjj||j|}|jjj|dS)N)rr~rr`r)rrnrErrremit3s
z_CapturingHandler.emitN)r
r r r rrrrrrrr'src@s,eZdZdZdZddZddZddZd    S)
_AssertLogsContextz:A context manager used to implement TestCase.assertLogs().z"%(levelname)s:%(name)s:%(message)scCs:tj||||_|r(tjj|||_ntj|_d|_dS)N)    rCr logger_namerZ _nameToLevelgetlevelINFOrE)rr"rrrrrr?s  z_AssertLogsContext.__init__cCst|jtjr|j}|_ntj|j}|_tj|j}t}|j    ||j
|_
|j dd|_ |j |_|j|_|g|_ |j|j d|_|j
S)NF)r.rrZLoggerloggerZ    getLoggerZ    FormatterLOGGING_FORMATrZ setFormatterrhandlers old_handlersr    old_level    propagate old_propagatesetLevel)rrZ    formatterZhandlerrrrr_Hs 
 z_AssertLogsContext.__enter__cCs`|j|j_|j|j_|jj|j|dk    r.dSt|jj    dkr\|j
dj t j |j|jjdS)NFrz-no logs of level {} or higher triggered on {})rrrrrrrlenrr~rHr`rZ getLevelNamerr\)rrfrgrhrrrrjYs

z_AssertLogsContext.__exit__N)r
r r r rrr_rjrrrrr:s
    rc@seZdZdZeZdZdZdZdZ    dd    d
Z
d d Z d dZ ddZ ddZeddZeddZddZddZddZddZdd Zd!d"Zd#d$Zd%d&Zd'd(Zejefd)d*Zd+d,Zd-d.Z d/d0Z!dd2d3Z"d4d5Z#d6d7Z$d8d9Z%d:d;Z&dd<d=Z'dd>d?Z(dd@dAZ)dBdCZ*dDdEZ+dFdGZ,ddHdIZ-dJdKZ.ddLdMZ/ddNdOZ0ddPdQZ1ddRdSZ2ddTdUZ3ddVdWZ4dXdYZ5ddZd[Z6dd\d]Z7dd^d_Z8dd`daZ9ddbdcZ:ddddeZ;ddfdgZ<ddhdiZ=ddjdkZ>ddldmZ?ddndoZ@ddpdqZAddrdsZBddtduZCddvdwZDddxdyZEddzd{ZFdd|d}ZGdd~dZHddZIddZJdddZKdddZLddZMeMe0ZNZOeMe1ZPZQeMe2ZRZSeMe3ZTZUeMe)ZVZWeMe+ZXeMe(ZYeMeIZZeMeKZ[eMeLZ\d1S)TestCaseaWA class whose instances are single test cases.

    By default, the test code itself should be placed in a method named
    'runTest'.

    If the fixture may be used for many test cases, create as
    many test methods as are needed. When instantiating such a TestCase
    subclass, specify in the constructor arguments the name of the test method
    that the instance is to execute.

    Test authors should subclass TestCase for their own tests. Construction
    and deconstruction of the test's environment ('fixture') can be
    implemented by overriding the 'setUp' and 'tearDown' methods respectively.

    If it is necessary to override the __init__ method, the base class
    __init__ method must always be called. It is important that subclasses
    should not change the signature of their __init__ method, since instances
    of the classes are instantiated automatically by parts of the framework
    in order to be run.

    When subclassing TestCase, you can set these attributes:
    * failureException: determines which exception will be raised when
        the instance's assertion methods fail; test methods raising this
        exception will be deemed to have 'failed' rather than 'errored'.
    * longMessage: determines whether long messages (including repr of
        objects used in assert methods) will be printed on failure in *addition*
        to any explicit message passed.
    * maxDiff: sets the maximum length of a diff in failure messages
        by assert methods using difflib. It is looked up as an instance
        attribute so can be configured by individual tests if required.
    TPFrunTestc Cs||_d|_d|_yt||}Wn.tk
rN|dkrJtd|j|fYn
X|j|_g|_d|_    i|_
|j t d|j t d|j td|j td|j td|j td    dS)
zCreate an instance of the class that will use the named test
           method when executed. Raises a ValueError if the instance does
           not have a method with the specified name.
        NzNo testrzno such test method in %s: %sassertDictEqualassertListEqualassertTupleEqualassertSetEqualassertMultiLineEqual)_testMethodName_outcome_testMethodDocrrr[
ValueError    __class__r     _cleanups_subtest_type_equality_funcsaddTypeEqualityFuncdictlistr?set    frozensetr)rZ
methodName
testMethodrrrrs&     zTestCase.__init__cCs||j|<dS)a[Add a type specific assertEqual style function to compare a type.

        This method is for use by TestCase subclasses that need to register
        their own type equality functions to provide nicer error messages.

        Args:
            typeobj: The data type to call this function on when both values
                    are of the same type in assertEqual().
            function: The callable taking two arguments and an optional
                    msg= argument that raises self.failureException with a
                    useful error message when the two arguments are not equal.
        N)r)rZtypeobjfunctionrrrrs zTestCase.addTypeEqualityFunccOs|jj|||fdS)aAdd a function, with arguments, to be called when the test is
        completed. Functions added are called on a LIFO basis and are
        called after tearDown on test failure or success.

        Cleanup items are called even if setUp fails (unlike tearDown).N)rr)rrr*r+rrr
addCleanupszTestCase.addCleanupcCsdS)zAHook method for setting up the test fixture before exercising it.Nr)rrrrsetUpszTestCase.setUpcCsdS)zAHook method for deconstructing the test fixture after testing it.Nr)rrrrtearDownszTestCase.tearDowncCsdS)zKHook method for setting up class fixture before running tests in the class.Nr)clsrrr
setUpClassszTestCase.setUpClasscCsdS)zVHook method for deconstructing the class fixture after running all tests in the class.Nr)rrrr tearDownClassszTestCase.tearDownClasscCsdS)Nrr)rrrrcountTestCasesszTestCase.countTestCasescCstjS)N)rZ
TestResult)rrrrdefaultTestResultszTestCase.defaultTestResultcCs |j}|r|jddjpdS)zReturns a one-line description of the test, or None if no
        description has been provided.

        The default implementation of this method returns the first line of
        the specified test method's docstring.
        
rN)rsplitstrip)rdocrrrshortDescriptionszTestCase.shortDescriptioncCsdt|j|jfS)Nz%s.%s)rrr)rrrridsz TestCase.idcCs t|t|k    rtS|j|jkS)N)r/NotImplementedr)rotherrrr__eq__szTestCase.__eq__cCstt||jfS)N)hashr/r)rrrr__hash__szTestCase.__hash__cCsd|jt|jfS)Nz%s (%s))rrr)rrrr__str__szTestCase.__str__cCsdt|j|jfS)Nz<%s testMethod=%s>)rrr)rrrr__repr__szTestCase.__repr__cCs<t|dd}|dk    r |||ntjdtd|j|dS)NaddSkipz4TestResult has no addSkip method, skips not reportedr)rrrUrVRuntimeWarning
addSuccess)rrr"r,rrrr_addSkips   zTestCase._addSkipcks|jdks|jj rdVdS|j}|dkr8tj|}n |jj|}t||||_zX|jj|jdd dVWdQRX|jj    s|jj
}|dk    r|j rt n |jj rt Wd||_XdS)aPReturn a context manager that will return the enclosed block
        of code in a subtest identified by the optional message and
        keyword parameters.  A failure in the subtest marks the test
        case as failed but resumes execution at the end of the enclosed
        block, allowing further test code to be executed.
        NT)r#)rrr collectionsChainMapparams    new_child_SubTestr%rrZfailfastrr)rrErparentZ
params_maprrrrsubTest    s$  zTestCase.subTestcCsdx^|D]V\}}t|tr*|j|j||q|dk    rt|d|jrP|j||q|j||qWdS)Nr)r.rrr"rArF
addFailureZaddError)rrrtestr!rrr_feedErrorsToResult(s
zTestCase._feedErrorsToResultc CsDy
|j}Wn*tk
r4tjdt|j|Yn X|||dS)Nz@TestResult has no addExpectedFailure method, reporting as passes)addExpectedFailurer[rUrVrr)rrr!rrrr_addExpectedFailure2s
zTestCase._addExpectedFailurecCshy
|j}WnPtk
rZtjdty
tdWn$tk
rT|j|tjYnXYn
X||dS)NzCTestResult has no addUnexpectedSuccess method, reporting as failure)    addUnexpectedSuccessr[rUrVrrrr r!)rrrrrr_addUnexpectedSuccess<s

zTestCase._addUnexpectedSuccessNc (Cs|}|dkr.|j}t|dd}|dk    r.||j|t||j}t|jdds^t|ddrz,t|jddpxt|dd}|j|||Wd|j|XdSt|dd}t|dd}|p|}t|}    z|    |_|    j    ||j
WdQRX|    j r<||    _ |    j    |dd |WdQRXd|    _ |    j    ||j WdQRX|jx"|    jD]\}
} |j||
| qLW|j||    j|    j r|r|    jr|j||    jn
|j|n
|j||S|j||dkrt|d    d} | dk    r| |    jjd|    _d|_XdS)
N startTestRunr2Fr3r:T)r# stopTestRun)rrrZ    startTestrrrZstopTestrrr%rrrr
doCleanupsrrrrrrrclear) rrZ orig_resultrrZskip_whyZexpecting_failure_methodZexpecting_failure_classroutcomerr,rrrrrunKsh 
       


 

z TestCase.runc
CsN|jp
t}x:|jrF|jj\}}}|j||||WdQRXqW|jS)zNExecute all cleanup functions. Normally called for you after
        tearDown.N)rrrrXr%r)rrrr*r+rrrrs   zTestCase.doCleanupscOs |j||S)N)r)rr*kwdsrrr__call__szTestCase.__call__cCsJ|jt||j|jx&|jrD|jjd\}}}|||q WdS)z6Run the test without collecting errors in a TestResultrN)rrrrrrrX)rrr*r+rrrdebugs zTestCase.debugcCs t|dS)zSkip this test.N)r    )rr,rrrskipTestszTestCase.skipTestcCs|j|dS)z)Fail immediately, with the given message.N)rF)rrErrrfailsz TestCase.failcCs&|r"|j|dt|}|j|dS)z#Check that the expression is false.z%s is not falseN)rDrrF)rexprrErrr assertFalseszTestCase.assertFalsecCs&|s"|j|dt|}|j|dS)z"Check that the expression is true.z%s is not trueN)rDrrF)rrrErrr
assertTrueszTestCase.assertTruec CsP|js|p |S|dkr|Sy d||fStk
rJdt|t|fSXdS)aHonour the longMessage attribute when generating failure messages.
        If longMessage is False this means:
        * Use only an explicit message if it is provided
        * Otherwise use the standard message for the assert

        If longMessage is True:
        * Use the standard message
        * If an explicit message is provided, plus ' : ' and the explicit message
        Nz%s : %s) longMessageUnicodeDecodeErrorr)rrErGrrrrDs
 zTestCase._formatMessagec
Os$t||}z|jd||Sd}XdS)a=Fail unless an exception of class expected_exception is raised
           by the callable when invoked with specified positional and
           keyword arguments. If a different type of exception is
           raised, it will not be caught, and the test case will be
           deemed to have suffered an error, exactly as for an
           unexpected exception.

           If called with the callable and arguments omitted, will return a
           context object used like this::

                with self.assertRaises(SomeException):
                    do_something()

           An optional keyword argument 'msg' can be provided when assertRaises
           is used as a context object.

           The context manager keeps a reference to the exception as
           the 'exception' attribute. This allows you to inspect the
           exception after the assertion::

               with self.assertRaises(SomeException) as cm:
                   do_something()
               the_exception = cm.exception
               self.assertEqual(the_exception.error_code, 3)
         assertRaisesN)r^r])rexpected_exceptionr*r+contextrrrrs
zTestCase.assertRaisescOst||}|jd||S)aFail unless a warning of class warnClass is triggered
           by the callable when invoked with specified positional and
           keyword arguments.  If a different type of warning is
           triggered, it will not be handled: depending on the other
           warning filtering rules in effect, it might be silenced, printed
           out, or raised as an exception.

           If called with the callable and arguments omitted, will return a
           context object used like this::

                with self.assertWarns(SomeWarning):
                    do_something()

           An optional keyword argument 'msg' can be provided when assertWarns
           is used as a context object.

           The context manager keeps a reference to the first matching
           warning as the 'warning' attribute; similarly, the 'filename'
           and 'lineno' attributes give you information about the line
           of Python code from which the warning was triggered.
           This allows you to inspect the warning after the assertion::

               with self.assertWarns(SomeWarning) as cm:
                   do_something()
               the_warning = cm.warning
               self.assertEqual(the_warning.some_attribute, 147)
         assertWarns)rlr])rexpected_warningr*r+rrrrrs
zTestCase.assertWarnscCs t|||S)aFail unless a log message of level *level* or higher is emitted
        on *logger_name* or its children.  If omitted, *level* defaults to
        INFO and *logger* defaults to the root logger.

        This method must be used as a context manager, and will yield
        a recording object with two attributes: `output` and `records`.
        At the end of the context manager, the `output` attribute will
        be a list of the matching formatted log messages and the
        `records` attribute will be a list of the corresponding LogRecord
        objects.

        Example::

            with self.assertLogs('foo', level='INFO') as cm:
                logging.getLogger('foo').info('first message')
                logging.getLogger('foo.bar').error('second message')
            self.assertEqual(cm.output, ['INFO:foo:first message',
                                         'ERROR:foo.bar:second message'])
        )r)rrrrrr
assertLogsszTestCase.assertLogscCsFt|t|kr@|jjt|}|dk    r@t|tr<t||}|S|jS)aGet a detailed comparison function for the types of the two args.

        Returns: A callable accepting (first, second, msg=None) that will
        raise a failure exception if first != second with a useful human
        readable error message for those types.
        N)r/rrr.rrr_baseAssertEqual)rfirstsecondZasserterrrr_getAssertEqualityFunc(s

zTestCase._getAssertEqualityFunccCs0||ks,dt||}|j||}|j|dS)z:The default assertEqual implementation, not type specific.z%s != %sN)rrDrF)rrrrErGrrrrBs zTestCase._baseAssertEqualcCs|j||}||||ddS)z[Fail if the two objects are unequal as determined by the '=='
           operator.
        )rEN)r)rrrrEZassertion_funcrrr assertEqualIs zTestCase.assertEqualcCs2||ks.|j|dt|t|f}|j|dS)zYFail if the two objects are equal as determined by the '!='
           operator.
        z%s == %sN)rDrrF)rrrrErrrassertNotEqualPszTestCase.assertNotEqualcCs||kr dS|dk    r$|dk    r$td|dk    r\t|||kr@dSdt|t|t|f}n<|dkrhd}tt|||dkrdSdt|t||f}|j||}|j|dS)a'Fail if the two objects are unequal as determined by their
           difference rounded to the given number of decimal places
           (default 7) and comparing to zero, or by comparing that the
           difference between the two objects is more than the given
           delta.

           Note that decimal places (from zero) are usually not the same
           as significant digits (measured from the most significant digit).

           If the two objects compare equal then they will automatically
           compare almost equal.
        Nz specify delta or places not bothz%s != %s within %s deltarz%s != %s within %r places)rSabsrroundrDrF)rrrplacesrEdeltarGrrrassertAlmostEqualYs& zTestCase.assertAlmostEqualcCs|dk    r|dk    rtd|dk    rZ||k r>t|||kr>dSdt|t|t|f}nF|dkrfd}||k rtt|||dkrdSdt|t||f}|j||}|j|dS)aFail if the two objects are equal as determined by their
           difference rounded to the given number of decimal places
           (default 7) and comparing to zero, or by comparing that the
           difference between the two objects is less than the given delta.

           Note that decimal places (from zero) are usually not the same
           as significant digits (measured from the most significant digit).

           Objects that are equal automatically fail.
        Nz specify delta or places not bothz%s == %s within %s deltarrz%s == %s within %r places)rSrrrrDrF)rrrrrErrGrrrassertNotAlmostEquals"   zTestCase.assertNotAlmostEqualc'Cs|dk    rP|j}t||s.|jd|t|ft||sT|jd|t|fnd}d}y t|}Wn ttfk
rd|}YnX|dkry t|}Wn ttfk
rd|}YnX|dkr||krdSd|jft||}xt    t
||D]}    y ||    }
Wn.tt tfk
r8|d|    |f7}PYnXy ||    } Wn.tt tfk
rt|d    |    |f7}PYnX|
| kr|d
|    ft|
| 7}PqW||kr|dkrt |t |krdS||kr0|d |||f7}y|d |t||f7}Wn,tt tfk
r,|d ||f7}YnXnh||kr|d|||f7}y|d |t||f7}Wn,tt tfk
r|d||f7}YnX|} ddj tjtj|jtj|j} |j| | } |j|| }|j|dS)aAAn equality assertion for ordered sequences (like lists and tuples).

        For the purposes of this function, a valid ordered sequence type is one
        which can be indexed, has a length, and has an equality operator.

        Args:
            seq1: The first sequence to compare.
            seq2: The second sequence to compare.
            seq_type: The expected datatype of the sequences, or None if no
                    datatype should be enforced.
            msg: Optional message to use on failure instead of a list of
                    differences.
        NzFirst sequence is not a %s: %szSecond sequence is not a %s: %sZsequencez(First %s has no length.    Non-sequence?z)Second %s has no length.    Non-sequence?z%ss differ: %s != %s
z(
Unable to index element %d of first %s
z)
Unable to index element %d of second %s
z#
First differing element %d:
%s
%s
z+
First %s contains %d additional elements.
zFirst extra element %d:
%s
z'Unable to index element %d of first %s
z,
Second %s contains %d additional elements.
z(Unable to index element %d of second %s
r)r
r.rFrrrSNotImplementedError
capitalizerrangemin
IndexErrorr/joindifflibndiffpprintpformat
splitlines_truncateMessagerDr)rZseq1Zseq2rEseq_typeZ seq_type_nameZ    differingZlen1Zlen2iZitem1Zitem2rGdiffMsgrrrassertSequenceEquals

    
    

  zTestCase.assertSequenceEqualcCs2|j}|dkst||kr"||S|tt|S)N)maxDiffr DIFF_OMITTED)rrwdiffZmax_diffrrrrszTestCase._truncateMessagecCs|j|||tddS)aA list-specific equality assertion.

        Args:
            list1: The first list to compare.
            list2: The second list to compare.
            msg: Optional message to use on failure instead of a list of
                    differences.

        )rN)r    r)rZlist1Zlist2rErrrr s
zTestCase.assertListEqualcCs|j|||tddS)aA tuple-specific equality assertion.

        Args:
            tuple1: The first tuple to compare.
            tuple2: The second tuple to compare.
            msg: Optional message to use on failure instead of a list of
                    differences.
        )rN)r    r?)rZtuple1Ztuple2rErrrrs    zTestCase.assertTupleEqualc
 Cshy|j|}Wn^tk
r>}z|jd|WYdd}~Xn0tk
rl}z|jd|WYdd}~XnXy|j|}Wn^tk
r}z|jd|WYdd}~Xn0tk
r}z|jd|WYdd}~XnX|p|sdSg}|r|jdx|D]}|jt|qW|rH|jdx|D]}|jt|q0Wdj|}    |j|j||    dS)aA set-specific equality assertion.

        Args:
            set1: The first set to compare.
            set2: The second set to compare.
            msg: Optional message to use on failure instead of a list of
                    differences.

        assertSetEqual uses ducktyping to support different types of sets, and
        is optimized for sets specifically (parameters must support a
        difference method).
        z/invalid type when attempting set difference: %sNz2first argument does not support set difference: %sz3second argument does not support set difference: %sz*Items in the first set but not the second:z*Items in the second set but not the first:r)
differencerSrr[rreprrrD)
rZset1Zset2rEZ difference1r$Z difference2linesitemrGrrrr"s2   




zTestCase.assertSetEqualcCs2||kr.dt|t|f}|j|j||dS)zDJust like self.assertTrue(a in b), but with a nicer default message.z%s not found in %sN)rrrD)rmember    containerrErGrrrassertInMs zTestCase.assertIncCs2||kr.dt|t|f}|j|j||dS)zHJust like self.assertTrue(a not in b), but with a nicer default message.z%s unexpectedly found in %sN)rrrD)rrrrErGrrr assertNotInTs zTestCase.assertNotIncCs2||k    r.dt|t|f}|j|j||dS)zDJust like self.assertTrue(a is b), but with a nicer default message.z %s is not %sN)rrrD)rexpr1expr2rErGrrrassertIs[s zTestCase.assertIscCs,||kr(dt|f}|j|j||dS)zHJust like self.assertTrue(a is not b), but with a nicer default message.zunexpectedly identical: %sN)rrrD)rrrrErGrrr assertIsNotbszTestCase.assertIsNotcCs~|j|td|j|td||krzdt||}ddjtjtj|jtj|j}|j    ||}|j
|j ||dS)Nz"First argument is not a dictionaryz#Second argument is not a dictionaryz%s != %sr) assertIsInstancerrrrrrrrrrrD)rZd1Zd2rErGr rrrrhs
  zTestCase.assertDictEqualc    Cstjdtg}g}xX|jD]L\}}||kr:|j|q|||kr|jdt|t|t||fqW|pt|szdSd}|rddjdd|D}|r|r|d    7}|d
dj|7}|j|j||dS) z2Checks whether dictionary is a superset of subset.z&assertDictContainsSubset is deprecatedz%s, expected: %s, actual: %sNrz Missing: %s,css|]}t|VqdS)N)r)r<rzrrrr>sz4TestCase.assertDictContainsSubset.<locals>.<genexpr>z; zMismatched values: %s)    rUrVrWitemsrrrrrD)    rZsubsetZ
dictionaryrEZmissingZ
mismatchedkeyvaluerGrrrassertDictContainsSubsetts,     z!TestCase.assertDictContainsSubsetc
Cst|t|}}ytj|}tj|}Wntk
rHt||}YnX||krVdSt||}|rd}dd|D}dj|}    |j||    }|j||}|j    |dS)aAn unordered sequence comparison asserting that the same elements,
        regardless of order.  If the same element occurs more than once,
        it verifies that the elements occur the same number of times.

            self.assertEqual(Counter(list(first)),
                             Counter(list(second)))

         Example:
            - [0, 1, 1] and [1, 0, 1] compare equal.
            - [0, 0, 1] and [0, 1] compare unequal.

        NzElement counts were not equal:
cSsg|] }d|qS)z First has %d, Second has %d:  %rr)r<r rrr
<listcomp>sz-TestCase.assertCountEqual.<locals>.<listcomp>r)
rrCounterrSrrrrrDr)
rrrrEZ    first_seqZ
second_seqZ differencesrGrrrrrassertCountEquals  


  zTestCase.assertCountEqualcCs|j|td|j|td||krt||jks@t||jkrN|j||||jdd}|jdd}t|dkr|jd|kr|dg}|dg}dt||}dd    jt    j
||}|j ||}|j |j ||d
S) z-Assert that two multi-line strings are equal.zFirst argument is not a stringzSecond argument is not a stringT)keependsrz
rz%s != %srN)rrr_diffThresholdrrrrrrrrrrD)rrrrEZ
firstlinesZ secondlinesrGr rrrrs  

 zTestCase.assertMultiLineEqualcCs2||ks.dt|t|f}|j|j||dS)zCJust like self.assertTrue(a < b), but with a nicer default message.z%s not less than %sN)rrrD)rabrErGrrr
assertLessszTestCase.assertLesscCs2||ks.dt|t|f}|j|j||dS)zDJust like self.assertTrue(a <= b), but with a nicer default message.z%s not less than or equal to %sN)rrrD)rr$r%rErGrrrassertLessEqualszTestCase.assertLessEqualcCs2||ks.dt|t|f}|j|j||dS)zCJust like self.assertTrue(a > b), but with a nicer default message.z%s not greater than %sN)rrrD)rr$r%rErGrrr assertGreaterszTestCase.assertGreatercCs2||ks.dt|t|f}|j|j||dS)zDJust like self.assertTrue(a >= b), but with a nicer default message.z"%s not greater than or equal to %sN)rrrD)rr$r%rErGrrrassertGreaterEqualszTestCase.assertGreaterEqualcCs,|dk    r(dt|f}|j|j||dS)zCSame as self.assertTrue(obj is None), with a nicer default message.Nz%s is not None)rrrD)rr(rErGrrr assertIsNoneszTestCase.assertIsNonecCs"|dkrd}|j|j||dS)z(Included for symmetry with assertIsNone.Nzunexpectedly None)rrD)rr(rErGrrrassertIsNotNoneszTestCase.assertIsNotNonecCs0t||s,dt||f}|j|j||dS)zTSame as self.assertTrue(isinstance(obj, cls)), with a nicer
        default message.z%s is not an instance of %rN)r.rrrD)rr(rrErGrrrrs
zTestCase.assertIsInstancecCs0t||r,dt||f}|j|j||dS)z,Included for symmetry with assertIsInstance.z%s is an instance of %rN)r.rrrD)rr(rrErGrrrassertNotIsInstances
zTestCase.assertNotIsInstancecOst|||}|jd||S)aAsserts that the message in a raised exception matches a regex.

        Args:
            expected_exception: Exception class expected to be raised.
            expected_regex: Regex (re pattern object or string) expected
                    to be found in error message.
            args: Function to be called and extra positional args.
            kwargs: Extra kwargs.
            msg: Optional message used in case of failure. Can only be used
                    when assertRaisesRegex is used as a context manager.
        assertRaisesRegex)r^r])rrrOr*r+rrrrr-s zTestCase.assertRaisesRegexcOst|||}|jd||S)aAsserts that the message in a triggered warning matches a regexp.
        Basic functioning is similar to assertWarns() with the addition
        that only warnings whose messages also match the regular expression
        are considered successful matches.

        Args:
            expected_warning: Warning class expected to be triggered.
            expected_regex: Regex (re pattern object or string) expected
                    to be found in error message.
            args: Function to be called and extra positional args.
            kwargs: Extra kwargs.
            msg: Optional message used in case of failure. Can only be used
                    when assertWarnsRegex is used as a context manager.
        assertWarnsRegex)rlr])rrrOr*r+rrrrr.s zTestCase.assertWarnsRegexcCsJt|ttfrtj|}|j|sFd|j|f}|j||}|j|dS)z=Fail the test unless the text matches the regular expression.z&Regex didn't match: %r not found in %rN)    r.rbytesrMrNrdrerDrF)rtextrOrErGrrr assertRegexs

  zTestCase.assertRegexcCs`t|ttfrtj|}|j|}|r\d||j|j|j|f}|j    ||}|j
|dS)z9Fail the test if the text matches the regular expression.z"Regex matched: %r matches %r in %rN) r.rr/rMrNrdstartendrerDrF)rr0Zunexpected_regexrEmatchrGrrrassertNotRegex&s

 zTestCase.assertNotRegexcsfdd}|S)Ncs tjdjjtd||S)NzPlease use {0} instead.r)rUrVr`r
rW)r*r+) original_funcrrdeprecated_func6s
z,TestCase._deprecate.<locals>.deprecated_funcr)r6r7r)r6r
_deprecate5s zTestCase._deprecateii)r)N)N)N)N)NN)N)N)N)NNN)NNN)NN)N)N)N)N)N)N)N)N)N)N)N)N)N)N)N)N)N)N)N)N)N)]r
r r r AssertionErrorrFrr
r#Z_classSetupFailedrrrrr classmethodrrrrrrrrrrrr&r'_subtest_msg_sentinelrrrrrrrrrrrrrDrrrrrrrrrr    rrrrrrrrrrr!rr&r'r(r)r*r+rr,r-r.r1r5r8ZfailUnlessEqualZ assertEqualsZ failIfEqualZassertNotEqualsZfailUnlessAlmostEqualZassertAlmostEqualsZfailIfAlmostEqualZassertNotAlmostEqualsZ
failUnlessZassert_ZfailUnlessRaisesZfailIfZassertRaisesRegexpZassertRegexpMatchesZassertNotRegexpMatchesrrrrrfs
        


E     


!



    
'
 
c


+






!










         rcsjeZdZdZdfdd    ZddZddZd    d
Zd d Zd dZ    ddZ
ddZ ddZ ddZ ZS)FunctionTestCaseaIA test case that wraps a test function.

    This is useful for slipping pre-existing test functions into the
    unittest framework. Optionally, set-up and tidy-up functions can be
    supplied. As with TestCase, the tidy-up ('tearDown') function will
    always be called if the set-up ('setUp') function ran successfully.
    Ncs*tt|j||_||_||_||_dS)N)superr<r
_setUpFunc _tearDownFunc    _testFunc _description)rZtestFuncrrZ description)rrrrTs
zFunctionTestCase.__init__cCs|jdk    r|jdS)N)r>)rrrrr[s
zFunctionTestCase.setUpcCs|jdk    r|jdS)N)r?)rrrrr_s
zFunctionTestCase.tearDowncCs |jdS)N)r@)rrrrrcszFunctionTestCase.runTestcCs|jjS)N)r@r
)rrrrrfszFunctionTestCase.idcCs@t||jstS|j|jko>|j|jko>|j|jko>|j|jkS)N)r.rrr>r?r@rA)rrrrrris     zFunctionTestCase.__eq__cCstt||j|j|j|jfS)N)rr/r>r?r@rA)rrrrrrszFunctionTestCase.__hash__cCsdt|j|jjfS)Nz%s (%s))rrr@r
)rrrrrvs
zFunctionTestCase.__str__cCsdt|j|jfS)Nz <%s tec=%s>)rrr@)rrrrrzs
zFunctionTestCase.__repr__cCs2|jdk    r|jS|jj}|r.|jddjp0dS)Nrr)rAr@r rr)rrrrrr~s
z!FunctionTestCase.shortDescription)NNN)r
r r r rrrrrrrrrr __classcell__rr)rrr<Ks    r<csDeZdZfddZddZddZddZd    d
Zd d ZZ    S) rcs(tj||_||_||_|j|_dS)N)r=r_messager"rrF)rr"rwr)rrrrs

z_SubTest.__init__cCs tddS)Nzsubtests cannot be run directly)r)rrrrrsz_SubTest.runTestcCsbg}|jtk    r |jdj|j|jrTdjddt|jjD}|jdj|dj|p`dS)Nz[{}]z, css|]\}}dj||VqdS)z{}={!r}N)r`)r<krvrrrr>sz+_SubTest._subDescription.<locals>.<genexpr>z({}) z (<subtest>))rCr;rr`rrsortedr)rpartsZ params_descrrr_subDescriptions
z_SubTest._subDescriptioncCsdj|jj|jS)Nz{} {})r`r"rrH)rrrrrsz _SubTest.idcCs
|jjS)zlReturns a one-line description of the subtest, or None if no
        description has been provided.
        )r"r)rrrrrsz_SubTest.shortDescriptioncCsdj|j|jS)Nz{} {})r`r"rH)rrrrrsz_SubTest.__str__)
r
r r rrrHrrrrBrr)rrrs   r)0r r r0rrIrrrMrUrr&rarrutilrrrrrZ
__unittestobjectr;r     Exceptionr    rrrr)r6r8r9rr;rCrKrLr^rl
namedtupler}rrrrr<rrrrr<module>sZ (  /%5
,l:

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL