File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install Python Dependencies
31
31
run : pip install -r requirements/test-run.txt
32
32
- name : Run Tests
33
- run : nox -s test --verbose -- --headless
33
+ run : nox -s test -- --headless
34
34
test-python-versions :
35
35
runs-on : ${{ matrix.os }}
36
36
strategy :
54
54
- name : Install Python Dependencies
55
55
run : pip install -r requirements/test-run.txt
56
56
- name : Run Tests
57
- run : nox -s test --verbose -- --headless --no-cov
57
+ run : nox -s test -- --headless --no-cov
58
58
test-javascript :
59
59
runs-on : ubuntu-latest
60
60
steps :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def DivInDiv():
26
26
return idom .html .div (
27
27
idom .html .button (
28
28
{"onClick" : lambda e : set_stop_propagatation (not stop_propagatation )},
29
- f "Toggle Propogation" ,
29
+ "Toggle Propogation" ,
30
30
),
31
31
idom .html .pre (f"Will stop propagation: { stop_propagatation } " ),
32
32
idom .html .pre (f"Inner click count: { inner_count } " ),
You can’t perform that action at this time.
0 commit comments