projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1143481
)
Add run_tests.py to the examples/README list.
author
Scott Gasch
<scott@gasch.org>
Sat, 29 Oct 2022 18:00:31 +0000
(11:00 -0700)
committer
Scott Gasch
<scott@gasch.org>
Sat, 29 Oct 2022 18:00:31 +0000
(11:00 -0700)
examples/README
patch
|
blob
|
history
diff --git
a/examples/README
b/examples/README
index c03fa08d2b3342bdcda83ba7284bb0f39a1053e7..0ed75c90d473ff0be220d58b0c2fe8ece117e0b4 100644
(file)
--- 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.