Browse Source
Merge pull request #297 from evandrocoan/tox_postargs_option
Added tox.ini posargs option, you can pass arguments to unit tests
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.66
Erez Shinan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tox.ini
|
@@ -21,4 +21,4 @@ recreate=True |
|
|
commands= |
|
|
commands= |
|
|
git submodule sync -q |
|
|
git submodule sync -q |
|
|
git submodule update --init |
|
|
git submodule update --init |
|
|
python -m tests |
|
|
|
|
|
|
|
|
python -m tests {posargs} |