util/__init__.py
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Sat, 16 Sep 2017 21:22:06 +0300
changeset 1817 ff0c18be4a8b
parent 742 41a4a560406c
permissions -rw-r--r--
clean sys.argv, because if test is running from pytest
sys.argv contains string "pytest --timeout 0 ./tests/tools"
Beremiz application parses it and throws exception.