aboutsummaryrefslogtreecommitdiffstats
path: root/utils-test/src
AgeCommit message (Expand)Aut
[tox]
minversion = 1.6
envlist = docs,
skipsdist = true

[testenv:docs]
basepython = python3
deps = -r{toxinidir}/requirements-docs.txt
       -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
       -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
commands =
    sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html
    echo "Generated docs available in {toxinidir}/_build/html"
whitelist_externals =
    echo
    git
    sh

[testenv:docs-linkcheck]
basepython = python3
deps = -r{toxinidir}/requirements-docs.txt
       -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt
       -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt
commands = echo "Link Checking not enforced"
#commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck
whitelist_externals = echo
059d12?s=128&d=retro' />vamshi.nemalikonda
2-138/+201
2018-07-03fixed Checkstyle warningsvamshi.nemalikonda1-31/+32
2018-06-19Add CurrentTime utilitiesJim Hahn4-0/+441
2018-06-07Removing checkstyle warnings from ErrorsTestervamshi.nemalikonda1-15/+17
2018-06-07Fixed most of the Checkstyle warnings.vamshi.nemalikonda1-14/+14
2018-03-15Removed checkstyle warningsmmis5-754/+742
2018-02-19Rename utils-test testXxx() methodsJim Hahn6-52/+52
2018-02-10Add AutoClose wrappers for JPA classesJim Hahn11-12/+12
2018-02-08Add ExtractAppender to facilite junit testsJim Hahn11-546/+1715
2018-02-05Add utils-test projectJim Hahn2-0/+795