From: Zack Cerza Date: Thu, 3 Mar 2022 19:44:10 +0000 (-0700) Subject: task.tests Run unit tests X-Git-Tag: 1.2.0~196^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1720%2Fhead;p=teuthology.git task.tests Run unit tests In addition to the six tests we were running, let's add the ~six hundred unit tests we've added over the years. Signed-off-by: Zack Cerza --- diff --git a/teuthology/task/tests/__init__.py b/teuthology/task/tests/__init__.py index 088e84483..c066f6660 100644 --- a/teuthology/task/tests/__init__.py +++ b/teuthology/task/tests/__init__.py @@ -89,7 +89,7 @@ def task(ctx, config): status = pytest.main( args=[ '-q', - '--pyargs', __name__ + '--pyargs', __name__, 'teuthology.test' ], plugins=[TeuthologyContextPlugin(ctx, config)] )