From: Scott Gasch Date: Sat, 29 Oct 2022 18:00:31 +0000 (-0700) Subject: Add run_tests.py to the examples/README list. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=c090b164369ad87c40e7890c2678567630d7203a;p=pyutils.git Add run_tests.py to the examples/README list. --- 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.