Searched refs:test_hello (Results 1 – 12 of 12) sorted by relevance
16 name = "test_hello",17 srcs = ["test_hello.py"],
18 name = "test_hello",19 srcs = ["test_hello.py"],
24 ":test_hello",61 pw_rust_test("test_hello") {
9 "test_hello.py",
36 fn test_hello() { in test_hello() function
38 fn test_hello() { in test_hello() function
51 def test_hello(self):99 def test_hello(self):123 $ python hello_world_test.py -c sample_config.yml --test_case test_bye test_hello test_bye
345 def test_hello(self): member in TestMin