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

Remove files from old test structure

parent ca8b98b2
No related branches found
No related tags found
1 merge request!2Integrated ID system, traversing and som signal tests
from b_asic import InputPort
import pytest
@pytest.fixture
def outp_port():
return InputPort(0)
def test_port(outp_port):
assert outp_port.signals() == []
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