]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd-tests.py: use check_output() instead of unittests' assertEqual()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 5 Jun 2019 10:03:01 +0000 (12:03 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 6 Jun 2019 12:11:28 +0000 (14:11 +0200)
commitcefd6b3db81d27a2d55d34c0b2431bfef5a9d358
treed434bdb2d2a0bfa78e38bfb2292d43d73ed0cf23
parent371810d18a47319cb249c1987bbac549ae88b8e6
networkd-tests.py: use check_output() instead of unittests' assertEqual()

It's pretty much the same thing, but more in pytest style, without the
unittest boilerplate.
test/test-network/systemd-networkd-tests.py