
    Vh                     2    d Z ddlZddlmZ  G d de      Zy)zOriginal NetworkX graph tests    N   )HistoricalTestsc                       e Zd Zed        Zy)TestGraphHistoricalc                 V    t        j                          t        j                  | _        y )N)r   setup_classnxGraphG)clss    \/home/dcms/DCMS/lib/python3.12/site-packages/networkx/classes/tests/test_graph_historical.pyr   zTestGraphHistorical.setup_class	   s    ##%    N)__name__
__module____qualname__classmethodr    r   r   r   r      s     r   r   )__doc__networkxr	   historical_testsr   r   r   r   r   <module>r      s    #  -/ r   