File tree 1 file changed +1
-7
lines changed
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ WEBPACK=$(NPX) webpack-cli
6
6
CSSMIN =$(NPX ) cssmin
7
7
SASS =$(NPX ) node-sass
8
8
9
- GITHUB_STEP_SUMMARY ?= throwaway
10
-
11
9
MODULES = src/node_modules
12
10
JS_ENTRIES = ./src/js/red_script.js ./src/js/red_request.js ./src/js/red_response.js ./src/js/red_response_multi.js
13
11
CSSFILES = redbot/assets/red_style.css $(MODULES ) /google-code-prettify/src/prettify.css
@@ -38,17 +36,13 @@ tidy: tidy_py
38
36
# # Tests
39
37
40
38
.PHONY : test
41
- test : message_test webui_test
39
+ test : webui_test
42
40
43
41
.PHONY : webui_test
44
42
webui_test : venv
45
43
$(VENV ) /playwright install chromium
46
44
PYTHONPATH=.:$(VENV ) $(VENV ) /python test/test_webui.py
47
45
48
- .PHONY : message_test
49
- message_test : venv
50
- PYTHONPATH=.:$(VENV ) $(VENV ) /pytest --md $(GITHUB_STEP_SUMMARY ) redbot/message/* .py redbot/message/headers/* .py
51
- rm -f throwaway
52
46
53
47
# ############################################################################
54
48
# # Local test server / cli
You can’t perform that action at this time.
0 commit comments