It would be nice to work with only a subset of test files with auto_test_package. There are some test scripts that take a long time, others are fast. If I work with a faster script, it'd be a bummer to have to wait for those longer, not so interesting at the moment, test files. it looks like it can be solved by simply allowing auto_test_package() to have a filter=NULL argument and pass that to test_dir further down.