File: //usr/local/lib/python3.7/test/__pycache__/test_pwd.cpython-37.pyc
B
��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 �� }�x
|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� qW d S ) N� r � � � � � � )r r ZassertEqual�len�pw_nameZassertIsInstance�strZ pw_passwd�pw_uid�intZpw_gidZpw_gecos�assertIn�type�pw_dirZpw_shell)�self�entries�e� r �)/usr/local/lib/python3.7/test/test_pwd.py�test_values
s"