codescout 0.13.0

High-performance coding agent toolkit MCP server
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::e2e::harness::run_all_expectations;

#[tokio::test]
async fn python_e2e() {
    run_all_expectations(
        "python",
        &["core-expectations.toml", "python-extensions.toml"],
    )
    .await;
}