mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-18 12:04:03 -04:00
[EGD-4420] added pts to file writing and checking on the test side Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
9 lines
284 B
Python
9 lines
284 B
Python
# Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
# For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
import logging
|
|
import harness.interface
|
|
logging.basicConfig(format='%(asctime)s %(message)s', level=logging.DEBUG)
|
|
log = logging.getLogger(__name__)
|
|
|