1. add commands_typed/tests.py with run_tests(), collect_tests(), filter_tests();
2. support test_names as dotted prefixes or * glob patterns via fnmatch;
3. add dry-run mode via collect subcommand in __main__ with argparse;
4. add [tool.online-fxreader-pr34.tests] section: search_paths, test_names, discovery_paths;
5. extend PyProject dataclass with Tests nested class in cli_bootstrap.py;
6. parse tests config in pyproject_load via check_dict/check_list;
7. add tests() method to commands_typed/cli.py base CLI class;
8. simplify python/cli.py to delegate to self.tests(project_name, argv);
9. auto-patch PYTHONPATH from search_paths before running tests;
10. narrow unittest discover start_dir from common prefix of test_names;