From 8b77c89ff2d0ef6a5a08928a700ebc675b2bde9c Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Sat, 22 Dec 2018 15:57:32 -0200 Subject: [PATCH] Added tox.ini posargs option, you can pass arguments to unit tests https://stackoverflow.com/questions/35697353/how-to-run-only-one-test-in-tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b9b4794..dc5ac96 100644 --- a/tox.ini +++ b/tox.ini @@ -21,4 +21,4 @@ recreate=True commands= git submodule sync -q git submodule update --init - python -m tests + python -m tests {posargs}