mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
48585d2b2f
+test now offloads creation of the test tree into a renderer. this should help with caching. using a renderer also lets us deal with hierarchical directory structures, leading to better organization.
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
/+ tester
|
|
/= base /| /!noun/
|
|
/~ ~
|
|
==
|
|
/= recur /^ (map @ta tests:tester)
|
|
/| /_ /test-tree/
|
|
/~ ~
|
|
==
|
|
::
|
|
(merge-base-and-recur:tester !>(base) recur)
|