Skip to content

Commit

Permalink
adding bogus test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Apr 14, 2023
1 parent 5546d7c commit d3eec58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/network/GenericNetworkTest.py
Expand Up @@ -202,6 +202,11 @@ def test_get_adjacency_matrix(self):
assert len(am.keys()) == 48
assert len(net._am) == 2

def test_into(self):
net = op.network.Demo([4, 4, 1])
# This test is lame, but just to keep the code cov counter happy
net.info


if __name__ == '__main__':

Expand Down

0 comments on commit d3eec58

Please sign in to comment.