tools: switch tool option parsing test to use pytest
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 16 Mar 2020 03:13:41 +0000 (13:13 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 17 Mar 2020 00:08:48 +0000 (10:08 +1000)
commitd0eb8d58a3e3c1f1f15e612c732a43486c6479e4
tree3f7e79a8e65311b9fb62725ffce11271f06693e2
parent2b3fd5aa308e615c4bffbf7b2af457baa755f943
tools: switch tool option parsing test to use pytest

pytest is more powerful than unittest, so let's switch to that instead. And in
the process fix a few tests that for some reason succeeded even though they
shouldn't have (e.g. the autorestart test).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/gitlab-ci.tmpl
meson.build
tools/test-tool-option-parsing.py [deleted file]
tools/test_tool_option_parsing.py [new file with mode: 0755]