Skip to content

Commit 540e608

Browse files
committed
add test
1 parent 3719a58 commit 540e608

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/test_setupcall.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
def test_setupcall():
2+
"""
3+
Test the call of the setup function
4+
"""
5+
import jupyter_xprahtml5 as jx
6+
7+
print("\nRunning test_setupcall...")
8+
print(jx.setup_html5())

0 commit comments

Comments
 (0)