From c090b164369ad87c40e7890c2678567630d7203a Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 29 Oct 2022 11:00:31 -0700 Subject: [PATCH] Add run_tests.py to the examples/README list. --- examples/README | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.46.0