Coverage for Adifpy/test/test_graph_tree.py: 100%

5 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2022-11-22 19:44 -0500

1from Adifpy.construct.function_tree import FunctionTree 

2from Adifpy.visualize.graph_tree import GraphTree 

3 

4class TestGraphTree: 

5 """Test class for GraphTree""" 

6 

7 def test_draw(self): 

8 """Test that draw function actually generates a graph""" 

9 pass 

10 # dummy = GraphTree() 

11 # t = FunctionTree() 

12 # fig = dummy.draw(t) 

13 # assert fig is not None