commit | 09766522eeed9d411cc9b6b8cf71c58c25634117 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Thu May 18 09:23:14 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:02 2017 -0400 |
tree | 86c7bc613410cf49aa8ace054f92826e27cbb275 | |
parent | 20a74f360986ca303cd0c1f8724285523113931c [diff] |
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>