@Aissen E.g.,
❯ landstrip cargo test
{
"filesystem": {
"allowWrite": [".", "~/.cargo"],
"denyWrite": [".git/hooks"],
"denyRead": ["~/.ssh"],
"allowRead": ["~/.ssh/config"]
},
"network": {
"httpProxyPort": 8080,
"socksProxyPort": 8081,
"allowLocalBinding": false,
"allowUnixSockets": ["/run/user/1000/agent.sock"],
"allowAllUnixSockets": false
}
}
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
Running unittests src/main.rs (target/debug/deps/landstrip-5467b4d0d80bb461)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
I had to fix couple of bugs to response (stdin fallback) so I guess it was a valid question :-) This should have tests yes but I don't like to add them while ramping up a structure because they tend to sometimes do unfavor to architecture.
It's better to do first maybe a bit unstable but architecturally sustainable :-) I'll release 0.8.3.