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
parent
commit
beb1ff364b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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= commands=
git submodule sync -q git submodule sync -q
git submodule update --init git submodule update --init
python -m tests
python -m tests {posargs}

Loading…
Cancel
Save