repackage and tidy up codes to run test 39/9439/1
authorYouhwan Seol <yh.seol@samsung.com>
Mon, 31 Oct 2022 09:57:49 +0000 (18:57 +0900)
committerYouhwan Seol <yh.seol@samsung.com>
Mon, 31 Oct 2022 10:02:30 +0000 (19:02 +0900)
commite9f640ecb6d08ec6aefc971c28d38dba3dacd087
tree245b8d8c12a9257398b11216b60a5dc589dd9dfb
parent7d748d9ecabd3d3557ccaba2333b4412e0e97d0e
repackage and tidy up codes to run test

Delete shebangs, follow PEP 8 import style, and use __init__.py.
Please run test script at project ROOT dir
(e.g., bash ./test/unit_test.sh)

Issue-id: AIMLFW-9

Signed-off-by: Youhwan Seol <yh.seol@samsung.com>
Change-Id: I95a32b24cab38870c1fb793b14af57c5b8658975
15 files changed:
kfadapter/__init__.py [new file with mode: 0644]
kfadapter/kfadapter_conf.py
kfadapter/kfadapter_kfconnect.py
kfadapter/kfadapter_main.py
kfadapter/kfadapter_util.py
kfadapter/tmgr_logger.py
test/__init__.py [new file with mode: 0644]
test/fake_kfconnect.py
test/fake_kfp.py
test/test_kfadapter_conf.py
test/test_kfadapter_kfconnect.py
test/test_kfadapter_main.py
test/test_kfadapter_util.py
test/test_tmgr_logger.py
test/unit_test.sh