Skip to content

Commit 23e3d06

Browse files
VinciGit00claude
andcommitted
ci: run the two new deterministic unit suites
tests/test_atlascloud_model.py (added on main by #1104) and tests/utils/output_parser_test.py (added on pre/beta by #1085) were both introduced without being wired into the Test Suite workflow, so neither branch actually ran them. Both are mock-based and network-free. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent eed377c commit 23e3d06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Run unit tests
3939
run: >
4040
uv run pytest
41+
tests/test_atlascloud_model.py
4142
tests/test_batch_api.py
4243
tests/test_csv_scraper_multi_graph.py
4344
tests/test_depth_search_graph.py
@@ -46,4 +47,5 @@ jobs:
4647
tests/test_scrape_do.py
4748
tests/test_search_graph.py
4849
tests/utils/convert_to_md_test.py
50+
tests/utils/output_parser_test.py
4951
tests/utils/parse_state_keys_test.py

0 commit comments

Comments
 (0)