From af4765db8afc4e9242bb72e5b4bfb04f4cb37391 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 7 May 2024 14:07:08 +0200 Subject: Remove unitest shell script - Use Makefile instead --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index fd67524a..39f396be 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = jinja2 requests commands = - python unittest.py + python unittest-core.py ; python unittest-restful.py ; python unittest-xmlrpc.py ;flake8 --exclude=build,.tox,.git -- cgit v1.2.3