| Server IP : 118.27.122.248 / Your IP : 216.73.217.130 Web Server : Apache System : Linux web0264.sh.tyo1 4.18.0-553.79.1.lve.el7h.x86_64 #1 SMP Wed Oct 15 16:34:46 UTC 2025 x86_64 User : c9415830 ( 11735) PHP Version : 8.4.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python36/lib64/python3.6/distutils/tests/__pycache__/ |
Upload File : |
3
x2_� � @ s� d Z ddlZddlZddlZddlZddlZddlZddlm Z m
Z
ddlZddlm
Z
ddlmZ dZdZdZd ZG d
d� de
jej�Zdd
� Zedkr�e
e� � dS )zTests for distutils.core.� N)�captured_stdout�run_unittest)�support)�logz4
__file__
from distutils.core import setup
setup()
zH
import os
print(os.getcwd())
from distutils.core import setup
setup()
z)from distutils.core import setup
setup()
z�from distutils.core import setup
from distutils.command.install import install as _install
class install(_install):
sub_commands = _install.sub_commands + ['cmd']
setup(cmdclass={'install': install})
c sh e Zd Z� fdd�Z� fdd�Zdd� Zejjfdd�Z d d
� Z
dd� Zd
d� Zdd� Z
dd� Z� ZS )�CoreTestCasec sJ t t| �j� tj| _| j� tjtjd d � f| _| j t
jt
jj
� d S )N)�superr �setUp�sys�stdout�
old_stdout�cleanup_testfn�argv�old_argvZ
addCleanupr Z
set_thresholdZ_global_logZ threshold)�self)� __class__� �>/opt/alt/python36/lib64/python3.6/distutils/tests/test_core.pyr 2 s
zCoreTestCase.setUpc sB | j t_| j� | jd t_| jd tjd d �<