o
    &?eL                     @   s,   d Z ddlZddlmZ dd Zdd ZdS )z<Unit tests for the :mod:`networkx.generators.triads` module.    N)triad_graphc                  C   s*   t d} dd dD t|  ksJ d S )NZ030Tc                 S   s   g | ]}t |qS  )tuple).0er   r   f/home/www/facesmatcher.com/pyenv/lib/python3.10/site-packages/networkx/generators/tests/test_triads.py
<listcomp>	   s    z$test_triad_graph.<locals>.<listcomp>)abaccb)r   sortededges)Gr   r   r   test_triad_graph   s   "r   c                   C   s8   t t td W d    d S 1 sw   Y  d S )NZbogus)pytestZraises
ValueErrorr   r   r   r   r   test_invalid_name   s   
"r   )__doc__r   Znetworkxr   r   r   r   r   r   r   <module>   s
    