{"id":58293,"library":"ntest","title":"ntest","description":"Testing framework for Rust that enhances the built-in library with useful features like test timeouts and parametrized tests.","status":"active","version":"0.9.5","language":"rust","source_language":null,"source_url":"https://github.com/becheran/ntest","tags":["testing","timeout","parametrized","framework"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nntest = \"0.9.5\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ntest","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"test","correct":"use ntest::timeout::test;"}],"quickstart":{"code":"use ntest::timeout::test;\n\n#[test]\n#[timeout(100)]\nfn my_test() {\n    assert_eq!(2 + 2, 4);\n}","lang":"rust","description":"Example of a timed test using ntest's timeout attribute."},"warnings":[],"env_vars":null,"search_vec":"'built':10 'built-in':9 'enhanc':7 'featur':15 'framework':3,25 'librari':12 'like':16 'ntest':1 'parametr':20,24 'rust':5 'test':2,17,21,22 'timeout':18,23 'use':14","created_at":"2026-06-16T16:18:36.104178+00:00","updated_at":"2026-06-16T16:18:36.104178+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/becheran/ntest","github":"https://github.com/becheran/ntest","docs":"https://docs.rs/ntest/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}