Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pola-rs
GitHub Repository: pola-rs/polars
Path: blob/main/pyo3-polars/pyo3-polars-derive/tests/run.rs
6939 views
1
#[test]
2
fn tests() {
3
let t = trybuild::TestCases::new();
4
t.pass("tests/01.rs");
5
t.pass("tests/02.rs");
6
}
7
8