small test cleanup, can isolate to a singular core test fixture

This commit is contained in:
Blake J. Harnden 2017-07-25 10:16:18 -07:00
parent 45a11f7586
commit f767c32643
8 changed files with 67 additions and 79 deletions

View file

@ -16,6 +16,8 @@ sonar.sourceEncoding=UTF-8
sonar.scm.provider=git
# python adapter library
PythonLibrary.sonar.projectBaseDir=daemon/core
PythonLibrary.sonar.projectBaseDir=daemon
PythonLibrary.sonar.language=py
PythonLibrary.sonar.sources=./
PythonLibrary.sonar.sources=./core
PythonLibrary.sonar.tests=./tests
PythonLibrary.sonar.python.coverage.reportPath=coverage.xml