Skip to content

Commit 134f400

Browse files
committed
remove message_test
1 parent 4f8a56e commit 134f400

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ WEBPACK=$(NPX) webpack-cli
66
CSSMIN=$(NPX) cssmin
77
SASS=$(NPX) node-sass
88

9-
GITHUB_STEP_SUMMARY ?= throwaway
10-
119
MODULES = src/node_modules
1210
JS_ENTRIES = ./src/js/red_script.js ./src/js/red_request.js ./src/js/red_response.js ./src/js/red_response_multi.js
1311
CSSFILES = redbot/assets/red_style.css $(MODULES)/google-code-prettify/src/prettify.css
@@ -38,17 +36,13 @@ tidy: tidy_py
3836
## Tests
3937

4038
.PHONY: test
41-
test: message_test webui_test
39+
test: webui_test
4240

4341
.PHONY: webui_test
4442
webui_test: venv
4543
$(VENV)/playwright install chromium
4644
PYTHONPATH=.:$(VENV) $(VENV)/python test/test_webui.py
4745

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
5246

5347
#############################################################################
5448
## Local test server / cli

0 commit comments

Comments
 (0)