8000 Update makefile regression test helper to open html results · gui199/python-readability@a700bb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit a700bb8

Browse files
committed
Update makefile regression test helper to open html results
1 parent bf203b5 commit a700bb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ $(NOSE):
1818

1919
.PHONY: regression_test
2020
regression_test:
21-
$(PY) src/tests/regression.py unittest
21+
$(PY) src/tests/regression.py
22+
$(PY) -m webbrowser src/tests/test_output/index.html
2223

2324

2425
# #######

0 commit comments

Comments
 (0)
0