Lines Matching full:mark
21 @pytest.mark.skip(reason="comment me to run the test")
31 @pytest.mark.skip(reason="comment me to run the test")
39 @pytest.mark.skip(reason="comment me to run the test")
42 @pytest.mark.require_user("root")
43 @pytest.mark.require_arch(["amd64", "i386"])
44 @pytest.mark.require_files(["/path/file1", "/path/file2"])
45 @pytest.mark.require_machine(["amd64", "i386"])
46 @pytest.mark.require_memory("200M")
47 @pytest.mark.require_progs(["prog1", "prog2"])
48 @pytest.mark.timeout(300)
52 @pytest.mark.skip(reason="comment me to run the test")
62 @pytest.mark.skip(reason="comment me to run the test")
63 @pytest.mark.require_user("unprivileged")
70 @pytest.mark.skip(reason="comment me to run the test")
71 @pytest.mark.parametrize(
88 # @pytest.mark.skip(reason="comment me to run the test")
128 @pytest.mark.skip(reason="comment me to run the test")
129 @pytest.mark.require_user("root")
134 @pytest.mark.skip(reason="comment me to run the test")
187 @pytest.mark.skip(reason="comment me to run the test")
188 @pytest.mark.require_user("root")