Browse Source

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
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.66
evandrocoan 6 years ago
parent
commit
8b77c89ff2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tox.ini

+ 1
- 1
tox.ini View File

@@ -21,4 +21,4 @@ recreate=True
commands=
git submodule sync -q
git submodule update --init
python -m tests
python -m tests {posargs}

Loading…
Cancel
Save