Organize test code better

This commit is contained in:
2026-04-25 15:10:42 +02:00
parent 0ea83b2af0
commit 7f9b21ef4f
16 changed files with 2852 additions and 2830 deletions
+5
View File
@@ -2,6 +2,7 @@
name = "agent-sandbox"
version = "0.1.0"
edition = "2024"
autotests = false
[lib]
name = "agent_sandbox"
@@ -11,6 +12,10 @@ path = "src/lib.rs"
name = "agent-sandbox"
path = "src/main.rs"
[[test]]
name = "e2e"
path = "tests/e2e/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
glob = "0.3"