Test Failed
Push — develop ( 930745...e2d37e )
by Nicolas
03:22
created

issue869   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 4
dl 0
loc 8
rs 10
c 0
b 0
f 0
1
# Install PyWebview before running this test
2
# But need Qt installed on the system...
3
4
import webview
5
6
webview.create_window('Hello world', 'http://localhost:61208/')
7
webview.start()
8