From 8e8d4ce89b2888187125655d900ffcb02fc6e39e Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 7 May 2024 14:01:36 +0200 Subject: Rename unitest to unittest - Related to #2757 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index f214f405..fd67524a 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = jinja2 requests commands = - python unitest.py - ; python unitest-restful.py - ; python unitest-xmlrpc.py + python unittest.py + ; python unittest-restful.py + ; python unittest-xmlrpc.py ;flake8 --exclude=build,.tox,.git -- cgit v1.2.3