Your IP : 216.73.216.85
a
XC?h� � @ s` d dl Z d dlZd dlZd dlZd dlT G dd� dej�ZG dd� dej�Ze dkr\e�
� dS )� N)�*c @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )�EmptyNodeListTestCasez"Tests for the EmptyNodeList class.c C s� t � }| �|�d�� | �|�d�� | �t�� |d W d � n1 sN0 Y | �t�� |d W d � n1 s�0 Y d S )Nr ���)�
EmptyNodeList�assertIsNone�item�assertRaises�
IndexError��self� node_list� r
�A/opt/alt/python39/lib64/python3.9/test/test_xml_dom_minicompat.py�test_emptynodelist_item s &z-EmptyNodeListTestCase.test_emptynodelist_itemc C sL t � }| �|jd� | �tjj�� d|_W d � n1 s>0 Y d S )Nr �o )r �assertEqual�lengthr �xml�dom�NoModificationAllowedErrr
r
r
r �test_emptynodelist_length s z/EmptyNodeListTestCase.test_emptynodelist_lengthc C s t � t� }| �|t� � d S )N)r �NodeListr r
r
r
r �test_emptynodelist___add__"