]> git.baikalelectronics.ru Git - uboot.git/commit
test: fix pylint warnings in test_env.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Nov 2021 22:30:27 +0000 (23:30 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 22:36:29 +0000 (17:36 -0500)
commit8cdb70888d319f59086215e9e58900ae4be48c49
treeb6ba2cb81d2dfe02b1c189098a1a9b81b68bf344
parentb1f4a7f67f81401554673e22b8a1fdf04e611b7e
test: fix pylint warnings in test_env.py

* assert does not need parentheses
* add module docstring
* fix misspelled constant True
* limit lines to 100 characters

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/tests/test_env.py