Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified government/assets/Perseus-Computing-LLC-Capability-Statement.pdf
Binary file not shown.
18 changes: 9 additions & 9 deletions government/index.html

Large diffs are not rendered by default.

523 changes: 175 additions & 348 deletions scripts/build_capability_statement.py

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion tests/test_capability_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ def test_tailored_capability_artifacts_exist_and_public_copy_is_not_internal_wor

def test_government_landing_is_single_purpose_and_exposes_all_three_custom_routes():
landing = (ROOT / "government" / "index.html").read_text(encoding="utf-8")
assert "Capability" in landing and "statement." in landing
assert "Mission fit for" in landing and "controlled AI" in landing
assert "Email Thomas" not in landing
assert "Thomas Connally" not in landing
assert "Choose the version for the conversation." in landing
assert "Cyber-Networks.pdf" in landing
assert "C3BM.pdf" in landing
Expand Down
Loading