fix: configure tests to run by removing deprecated test config and adding missing import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
@@ -6,9 +6,6 @@ description = "Keep and manage temporary files with automatic compression and me
|
||||
readme = "README.md"
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
[[test]]
|
||||
name = "tests"
|
||||
path = "src/tests.rs"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ mod tests {
|
||||
use tempfile::TempDir;
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use std::path::PathBuf;
|
||||
|
||||
#[test]
|
||||
fn test_info_mode_file_operations() {
|
||||
|
||||
Reference in New Issue
Block a user