Coverage for Adifpy/test/test_graph_function.py: 100%
4 statements
« prev ^ index » next coverage.py v6.5.0, created at 2022-11-22 19:44 -0500
« prev ^ index » next coverage.py v6.5.0, created at 2022-11-22 19:44 -0500
1from Adifpy.visualize.graph_function import GraphFunction
3class TestGraphFunction:
4 """Test class for Graph function"""
6 def test_draw(self):
7 """Test that draw function actually generates a graph"""
8 pass
9 # dummy = GraphFunction()
10 # fig = dummy.draw(f)
11 # assert not fig is None