Skip to content
Snippets Groups Projects

L2SS-376: Parse tox integration test positional arguments

Merged L2SS-376: Parse tox integration test positional arguments
Merged Corné Lukken requested to merge L2SS-376-tox-posargs into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,7 +23,7 @@ commands = stestr run {posargs}
passenv = TANGO_HOST
setenv = TESTS_DIR=./integration_test
commands =
stestr run --serial
stestr run --serial {posargs}
; TODO(Corne): Integrate Hacking to customize pep8 rules
[testenv:pep8]
Loading