Commit 8a6b528 1 parent 3e3deb5 commit 8a6b528 Copy full SHA for 8a6b528
File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This repo also includes a WebRTC server and UI that uses comfystream to support
8
8
- [ Install package] ( #install-package )
9
9
- [ Custom Nodes] ( #custom-nodes )
10
10
- [ Usage] ( #usage )
11
+ - [ Run tests] ( #run-tests )
11
12
- [ Run server] ( #run-server )
12
13
- [ Run UI] ( #run-ui )
13
14
- [ Limitations] ( #limitations )
@@ -66,6 +67,20 @@ cp -r nodes/* /home/user/ComfyUI/custom_nodes
66
67
67
68
See ` example.py ` .
68
69
70
+ # Run tests
71
+
72
+ Install dev dependencies:
73
+
74
+ ```
75
+ pip install .[dev]
76
+ ```
77
+
78
+ Run tests:
79
+
80
+ ```
81
+ pytest
82
+ ```
83
+
69
84
# Run server
70
85
71
86
Install dependencies:
Original file line number Diff line number Diff line change 19
19
"opentelemetry-semantic-conventions==0.48b0" ,
20
20
"comfyui @ git+https://github.com/hiddenswitch/ComfyUI.git@89d07f3adf32a6703181343bc732bd85104bb653" ,
21
21
],
22
+ extras_require = {"dev" : ["pytest" ]},
22
23
url = "https://github.com/yondonfu/comfystream" ,
23
24
)
You can’t perform that action at this time.
0 commit comments