Skip to content
Snippets Groups Projects

L2SS-259: Integrate unit tests using Continuous Integration (CI)

Merged L2SS-259: Integrate unit tests using Continuous Integration (CI)
All threads resolved!
Merged Corné Lukken requested to merge L2SS-259-ci-unit-tests into master
All threads resolved!
2 files
+ 7
3
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 0d0dc9bd
    L2SS-259: Make pep8 check for newlines and disable softfail · 0d0dc9bd
    Corné Lukken authored
+ 7
2
@@ -22,5 +22,10 @@ commands = stestr run {posargs}
commands =
; doc8 is only necessary in combination with Sphinx or ReStructuredText (RST)
; doc8 doc/source/ README.rst
flake8 ./{posargs}
bandit -r ./ -x test -n5 -ll # -s B320
flake8
bandit -r devices/ clients/ common/ examples/ util/ -n5 -ll
[flake8]
filename = *.py,.stestr.conf,.txt
select = W292
exclude=.tox,.egg-info
Loading