Skip to content

Commit fb30238

Browse files
committed
Use unittest test runner instead of calling lupa/tests/test.py directly (which outputs an incomplete number of Lua test modules that it tests).
1 parent 1930ff9 commit fb30238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sdist dist/lupa-$(VERSION).tar.gz:
2626
${PYTHON} setup.py sdist
2727

2828
test: local
29-
PYTHONPATH=. $(PYTHON) -m lupa.tests.test
29+
PYTHONPATH=. $(PYTHON) -m unittest lupa.tests.test
3030

3131
clean:
3232
rm -fr build lupa/_lupa.so

0 commit comments

Comments
 (0)