|
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� � @ s^ d dl Z d dlZd dlmZ e�d�Ze�eed�d�G dd� dej��Z e
dkrZe�� dS ) � N)�support�pwd�getpwallzDoes not have getpwall()c @ s$ e Zd Zdd� Zdd� Zdd� ZdS )�PwdTestc C s t �� }|D �] }| �t|�d� | �|d |j� | �|jt� | �|d |j� | �|jt� | �|d |j� | �|jt � | �|d |j
� | �|j
t � | �|d |j� | �t
|j�tt
d �f� | �|d |j� | �|jt� | �|d |j� | �|jt� qd S ) N� r � � � � � � )r r ZassertEqual�len�pw_nameZassertIsInstance�str� pw_passwd�pw_uid�int�pw_gid�pw_gecos�assertIn�type�pw_dir�pw_shell)�self�entries�e� r �,/opt/cppython/lib/python3.8/test/test_pwd.py�test_values
s"