From 2a4ed126e2367892a867d0b399d7aff106db37f5 Mon Sep 17 00:00:00 2001 From: Obijuan Date: Tue, 20 Jul 2021 13:51:03 +0200 Subject: [PATCH] Tests added to the tox.ini file --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ed2d1d10..49e8c2ae 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,6 @@ deps = commands = black apio #-- Python formating flake8 apio #-- python lint pylint apio #-- python lint - # py.test apio test #-- Tests + pytest apio test #-- Tests