Searched refs:feeling_happy (Results 1 – 3 of 3) sorted by relevance
13 test!(grumble, ignore_if: feeling_happy());19 test!(clap_hands, ignore_if: !feeling_happy());25 fn feeling_happy() -> bool { in feeling_happy() function
14 #[ignore_if(feeling_happy())]21 #[ignore_if(!feeling_happy())]27 fn feeling_happy() -> bool { in feeling_happy() function
54 #[ignore_if(!feeling_happy())]