operonx 0.8.3

High-performance Rust execution backend for Operon workflows
1
2
3
4
5
6
7
8
//! Ref transform parity fixtures.

use crate::common::run_fixture;

#[tokio::test]
async fn getattr_dict() {
    run_fixture("core/refs/getattr_dict").await;
}