X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=examples%2FREADME;h=0ed75c90d473ff0be220d58b0c2fe8ece117e0b4;hb=ba95f45a6fd7e2ff26f820961fcb623ce317424f;hp=c03fa08d2b3342bdcda83ba7284bb0f39a1053e7;hpb=fe94d6bb9443da42155a55b0554939610d49e6cd;p=pyutils.git diff --git a/examples/README b/examples/README index c03fa08..0ed75c9 100644 --- a/examples/README +++ b/examples/README @@ -41,4 +41,8 @@ wordle: the @parallelize framework and shared_dict which it uses to precompute the solution space on several processes at once. +../tests/run_tests.py: + Though not under examples/ this is still a stand alone program that + uses pyutils concepts like @parallelize and smart_futures that might + be helpful to look at.