Skip to content
Snippets Groups Projects
Commit 6fff2339 authored by angloth's avatar angloth
Browse files

Add todo to graph id test file

parent 5b7c18f9
No related branches found
No related tags found
1 merge request!2Integrated ID system, traversing and som signal tests
Pipeline #9903 passed
"""
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment