File: //usr/local/lib/python3.10/distutils/tests/__pycache__/test_core.cpython-310.opt-2.pyc
o
�i� � @ s� d dl Z d dlZd dlZd dlZd dlZd dlmZmZ d dlm Z d dl
Z
d dlmZ d dlm
Z
dZdZdZd ZG d
d� deje
j�Zdd
� ZedkrUee� � dS dS )� N)�captured_stdout�run_unittest)� os_helper)�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 sf e Zd Z� fdd�Z� fdd�Zdd� Zejfdd�Zd d
� Z dd� Z
d
d� Zdd� Zdd� Z
� ZS )�CoreTestCasec sJ t t| ��� tj| _| �� tjtjd d � f| _| � 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__� �6/usr/local/lib/python3.10/distutils/tests/test_core.pyr
2 s
zCoreTestCase.setUpc sB | j t_| �� | jd t_| jd tjd d �<