()
| 143 | |
| 144 | #[test] |
| 145 | fn documentation() { |
| 146 | let (library_path, _temp_dir) = create_temp_library(Some(STUB_VERSION.to_string())); |
| 147 | |
| 148 | let library = Library::load(&library_path, Some(Language::Rust)).unwrap(); |
| 149 | |
| 150 | assert_eq!(library.documentation, STUB_DOCUMENTATION); |
| 151 | } |
| 152 | |
| 153 | #[test] |
| 154 | fn namespaces() { |
nothing calls this directly
no test coverage detected