HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/twisted/python/test/__pycache__/test_win32.cpython-310.pyc
o

�b��@sHdZddlmZmZddlmZGdd�dej�ZGdd�dej�ZdS)	z$
Tests for L{twisted.python.win32}.
�)�reflect�win32)�unittestc@s(eZdZdZdd�Zdd�Zdd�ZdS)	�CommandLineQuotingTestsz$
    Tests for L{cmdLineQuote}.
    cCs|�t�d�d�dS)zq
        Calling C{cmdLineQuote} with an argument with no spaces returns
        the argument unchanged.
        �an_argumentN��assertEqualr�cmdLineQuote��self�r�@/usr/lib/python3/dist-packages/twisted/python/test/test_win32.py�test_argWithoutSpaces�z-CommandLineQuotingTests.test_argWithoutSpacescC�|�t�d�d�dS)z
        Calling C{cmdLineQuote} with an argument containing spaces returns
        the argument surrounded by quotes.
        zAn Argumentz
"An Argument"Nrr
rrr
�test_argWithSpacesrz*CommandLineQuotingTests.test_argWithSpacescCr)ze
        Calling C{cmdLineQuote} with an empty string returns a quoted empty
        string.
        �z""Nrr
rrr
�test_emptyStringArgrz+CommandLineQuotingTests.test_emptyStringArgN)�__name__�
__module__�__qualname__�__doc__rrrrrrr
rs
rc@s eZdZdZdd�Zdd�ZdS)�DeprecationTestsz2
    Tests for deprecated (Fake)WindowsError.
    cC�|�tdtjdd��dS)z?Importing C{FakeWindowsError} triggers a L{DeprecationWarning}.z�twisted.python.win32.FakeWindowsError was deprecated in Twisted 21.2.0: Catch OSError and check presence of 'winerror' attribute.cS�
t�d�S)Nz%twisted.python.win32.FakeWindowsError�r�namedAnyrrrr
�<lambda>4�
zDDeprecationTests.test_deprecation_FakeWindowsError.<locals>.<lambda>N��assertWarns�DeprecationWarningr�__file__r
rrr
�!test_deprecation_FakeWindowsError,��z2DeprecationTests.test_deprecation_FakeWindowsErrorcCr)z;Importing C{WindowsError} triggers a L{DeprecationWarning}.z}twisted.python.win32.WindowsError was deprecated in Twisted 21.2.0: Catch OSError and check presence of 'winerror' attribute.cSr)Nz!twisted.python.win32.WindowsErrorrrrrr
r?rz@DeprecationTests.test_deprecation_WindowsError.<locals>.<lambda>Nrr
rrr
�test_deprecation_WindowsError7r$z.DeprecationTests.test_deprecation_WindowsErrorN)rrrrr#r%rrrr
r'srN)	r�twisted.pythonrr�
twisted.trialr�TestCaserrrrrr
�<module>s