From 6fff2339e74b6142aff9ef9d115d55210dc25c4e Mon Sep 17 00:00:00 2001 From: angloth <angus.lothian@hotmail.com> Date: Thu, 27 Feb 2020 18:21:03 +0100 Subject: [PATCH] Add todo to graph id test file --- test/graph_id/test_graph_id.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/graph_id/test_graph_id.py b/test/graph_id/test_graph_id.py index fa4fe53b..3de26ca9 100644 --- a/test/graph_id/test_graph_id.py +++ b/test/graph_id/test_graph_id.py @@ -1,5 +1,9 @@ """ B-ASIC test suite for GraphID. + +TODO: +- Split test cases into more functions. +- Add docstrings to test cases. """ from b_asic.graph_id import GraphID @@ -7,6 +11,8 @@ from b_asic.graph_id import GraphID import pytest def test_create_graph_id(): + """ + Tests creation graph_id = GraphID("add", 1) assert graph_id.graph_id_type == "add" -- GitLab