various: reuse HTTP client; eliminate intermediate string allocations; add tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I18b89e1aae78a400a89c9d89423ce1da6a6a6964
This commit is contained in:
parent
38ed7faee2
commit
f7081317ee
9 changed files with 245 additions and 96 deletions
|
|
@ -112,7 +112,7 @@ fn test_parse_nix_eval_jobs_both_attr_and_name() {
|
|||
assert_eq!(outputs.get("out").unwrap(), "/nix/store/abc123-hello");
|
||||
}
|
||||
|
||||
// --- Inputs hash computation ---
|
||||
// Inputs hash computation
|
||||
|
||||
#[test]
|
||||
fn test_inputs_hash_deterministic() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue