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)
commit93ad26264eceaba526633f43bc9c0596f6276dff
treeb6ba2cb81d2dfe02b1c189098a1a9b81b68bf344
parentfeafc61ea66c1f1f36aadda7d36a63814f086a4e
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