commit | d18960303675b7c3391a2007bb213bcf79f4af7c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Nov 26 23:30:27 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 17:36:29 2022 -0500 |
tree | b6ba2cb81d2dfe02b1c189098a1a9b81b68bf344 | |
parent | 8724dfc14eddbca418a3235915fb0abf9dafe05d [diff] |
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>