Files
wren/script
Kyle Marek-Spartz 17c94a1f73 feat: add ignored parameter to walk() and skip benchmark dir in test runner
Add an optional `ignored` parameter to the `walk()` function in test.py, allowing callers to specify directories to exclude during traversal. Move the hardcoded `[".",".."]` filter into the ignored list and consolidate the per-directory test loops into a single call that passes `['benchmark']` as ignored, while also removing the separate `import-module` example walk.
2015-05-21 14:17:40 +00:00
..