Skip to content

Commit

Permalink
refined testing
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed May 17, 2019
1 parent b4bb624 commit 1530d7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions netwulf/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .test_all import Test
4 changes: 3 additions & 1 deletion netwulf/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ def test_matplotlib(self):


draw_netwulf(stylized_network)
pl.show()
pl.show(block=False)
pl.pause(5)
pl.close()


if __name__ == "__main__":
Expand Down

0 comments on commit 1530d7e

Please sign in to comment.