From b1e0674c4f91c39c426a145686c1c37f57528b46 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 28 Feb 2021 12:11:50 +0100 Subject: Added all hooks tests --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 10af4a5..39d4ce6 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ passenv = deps = flake8 mypy + pytest allowlist_externals = git @@ -22,6 +23,7 @@ commands_pre = commands = flake8 minishell_test mypy minishell_test + pytest python -m minishell_test -p /tmp/minishell python -m minishell_test -p /tmp/minishell -k pwd -- cgit