]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: py: Use global pytestmark for hush tests
authorMichal Simek <michal.simek@xilinx.com>
Thu, 18 May 2017 07:23:14 +0000 (09:23 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:02 +0000 (14:13 -0400)
commita5b548138b7356dbacc41ae5100dfda5200ea90b
tree86c7bc613410cf49aa8ace054f92826e27cbb275
parentdbf0518b608b1395bf81bad0b89e314c17ba339c
test: py: Use global pytestmark for hush tests

All tests in test_hush_if_test depends on hush parser to be
present. This patch simplify test dependencies by using global
pytestmark.

Reported-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
test/py/tests/test_hush_if_test.py