|
Server : LiteSpeed System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64 User : nandedex ( 1060) PHP Version : 8.1.33 Disable Function : NONE Directory : /opt/cppython/lib/python3.8/test/__pycache__/ |
U
>��g� � @ sF d Z ddlZddlZddlmZ G dd� dej�ZedkrBe�� dS )z?Basic test of the frozen module (source is in Python/frozen.c).� N)�captured_stdoutc @ s e Zd Zdd� ZdS )�
TestFrozenc C sD d}|t jkrt j|= t� �}dd l}W 5 Q R X | �|�� d� d S )N� __hello__r z
Hello world!
)�sys�modulesr r ZassertEqual�getvalue)�self�name�outr � r �//opt/cppython/lib/python3.8/test/test_frozen.py�test_frozen s
zTestFrozen.test_frozenN)�__name__�
__module__�__qualname__r
r r r r r s r �__main__) �__doc__r ZunittestZtest.supportr ZTestCaser r �mainr r r r �<module> s