This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
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
4cba8f87ae
commit
8b77c89ff2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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}
Write
Preview
Loading…
Cancel
Save