aboutsummaryrefslogtreecommitdiffstats
path: root/pylog/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2020-09-07onaplogging: Docstrings, refactor, type hintingEli Halych1-0/+4
Identify and document functionalities. Describe parameters and their types, exception descriptions and types, extensions, return types and descriptions. Preserve Python 2.7 and 3.x compatibility. Add Python 2.7 to Tox testing. Extract code to utility files. Add properties for readability and maintainability, fix naming conventions. Deprecate old methods and attributes. Issue-ID: REQ-420 Signed-off-by: Eli Halych <illia.halych@t-mobile.pl> Change-Id: I19297e40fad743ec68aa04612ecbb11f61f2abec
2020-08-05Run pylog tests using Python 3.8Michal Jagiello1-11/+3
Edit tox configuration to run tests in Python 3.6, Python 3.7 and Python 3.8 Issue-ID: LOG-1233 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I29bb0e1075ae79d927369cf19d568d6c5ceb439b
2020-07-13Pylog test suiteMichal Jagiello1-4/+3
Prepare test suite for onaplogging library. Add utils to check Python version. Issue-ID: LOG-1229 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I12c431c10f61fceaf70d5ae36581dfd5a876ef72
2020-02-13Fix tox.iniAric Gardner1-4/+12
python2 is EOL Issue-ID: CIMAN-33 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I547cb9ca20ae8befe144528dc9270f1fc9cf4d14
2020-01-01Changing delete commandSINGAL, KAPIL (ks220y)1-1/+1
-delete is causing exit 1 with error "No such file or directory." As it trying to delete files from ./.tox/* path. Adding -not -path "./.tox" to exclude path. Issue-ID: LOG-1173 Signed-off-by: SINGAL, KAPIL (ks220y) <ks220y@att.com> Change-Id: Ic04d5c660e5c2ba81f3d2a2f6646bf65782a8a7a
2019-09-13Try to fix tox error from Jenkins due to Python version upgradePrudence Au1-6/+1
Issue-ID: LOG-1131 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Idabf1070c763585cd4507afd4216c07dad294465
2018-03-01 Submit python logging library seed codeliangke1-0/+34
Change-Id: I4c039a667d7b8c7a257b2d50f94370785100a968 Issue-ID: MULTICLOUD-151 Issue-ID: LOG-161 Signed-off-by: liangke <lokyse@163.com>