@@ -37,7 +37,7 @@ proptest! {
3737
3838 /// NOTE: if you think this test has failed spuriously see the note at the top of this macro.
3939 #[ test]
40- fn passes_validation (
40+ fn prop_passes_validation (
4141 PrettyPrintRegistry ( input) in registry_strategy( 50 , 20 , 60 )
4242 ) {
4343 let reg = registry( input. clone( ) ) ;
@@ -55,7 +55,7 @@ proptest! {
5555
5656 /// NOTE: if you think this test has failed spuriously see the note at the top of this macro.
5757 #[ test]
58- fn minimum_version_errors_the_same (
58+ fn prop_minimum_version_errors_the_same (
5959 PrettyPrintRegistry ( input) in registry_strategy( 50 , 20 , 60 )
6060 ) {
6161 enable_nightly_features( ) ;
@@ -105,7 +105,7 @@ proptest! {
105105
106106 /// NOTE: if you think this test has failed spuriously see the note at the top of this macro.
107107 #[ test]
108- fn removing_a_dep_cant_break (
108+ fn prop_removing_a_dep_cant_break (
109109 PrettyPrintRegistry ( input) in registry_strategy( 50 , 20 , 60 ) ,
110110 indexes_to_remove in prop:: collection:: vec( ( any:: <prop:: sample:: Index >( ) , any:: <prop:: sample:: Index >( ) ) , ..10 )
111111 ) {
@@ -147,7 +147,7 @@ proptest! {
147147
148148 /// NOTE: if you think this test has failed spuriously see the note at the top of this macro.
149149 #[ test]
150- fn limited_independence_of_irrelevant_alternatives (
150+ fn prop_limited_independence_of_irrelevant_alternatives (
151151 PrettyPrintRegistry ( input) in registry_strategy( 50 , 20 , 60 ) ,
152152 indexes_to_unpublish in prop:: collection:: vec( any:: <prop:: sample:: Index >( ) , ..10 )
153153 ) {
0 commit comments