|
37 | 37 | MACOS_TESTS = ( |
38 | 38 | "tests/test_ast_fim.py", |
39 | 39 | "tests/test_audit_sidecar_parquet.py", |
| 40 | + "tests/test_atomic_identity_publication.py", |
40 | 41 | "tests/test_case5_domain_ingestion.py", |
| 42 | + "tests/test_clang_usr_identity.py", |
41 | 43 | "tests/test_convert_megatron_dense500m_torchdist_to_mlx.py", |
42 | 44 | "tests/test_cpp_jsonl_generation_compile_eval.py", |
43 | 45 | "tests/test_data_package_imports.py", |
44 | 46 | "tests/test_domain_graph_routes.py", |
45 | 47 | "tests/test_domain_sidecar_parquet.py", |
46 | 48 | "tests/test_eval_domain_routed_codegen.py", |
| 49 | + "tests/test_graph_recipe.py", |
47 | 50 | "tests/test_inference_generation.py", |
| 51 | + "tests/test_inference_repository_prompt_graph.py", |
48 | 52 | "tests/test_materialize_megatron_dependency_provenance.py", |
49 | 53 | "tests/test_megatron_indexed.py", |
| 54 | + "tests/test_objective_schedule.py", |
50 | 55 | "tests/test_pack_enriched_rows.py", |
51 | 56 | "tests/test_packer_edge_remap.py", |
52 | 57 | "tests/test_production_objective_mixer.py", |
| 58 | + "tests/test_prompt_graph.py", |
| 59 | + "tests/test_prompt_graph_index.py", |
53 | 60 | "tests/test_stage1_combined_graph_objective.py", |
| 61 | + "tests/test_stage1_graph_domain_production.py", |
54 | 62 | "tests/test_streaming_conveyor_progress.py", |
55 | 63 | "tests/test_streaming_conveyor_revision.py", |
56 | 64 | "tests/test_streaming_reindex_run_checked.py", |
57 | 65 | "tests/test_tokenizer_contract.py", |
| 66 | + "tests/test_train_stage1_smoke.py", |
58 | 67 | "tests/test_process_commits_fail_loud.py", |
59 | 68 | "tests/test_repair_packed_document_boundaries.py", |
60 | 69 | "tests/test_self_hosted_ci.py", |
|
0 commit comments