File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
codex-rs/exec/tests/suite Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
use anyhow:: Context ;
4
4
use assert_cmd:: prelude:: * ;
5
5
use codex_core:: CODEX_APPLY_PATCH_ARG1 ;
6
- use core_test_support:: non_sandbox_test;
7
6
use std:: fs;
8
7
use std:: process:: Command ;
9
8
use tempfile:: tempdir;
@@ -45,6 +44,7 @@ fn test_standalone_exec_cli_can_use_apply_patch() -> anyhow::Result<()> {
45
44
#[ tokio:: test( flavor = "multi_thread" , worker_threads = 4 ) ]
46
45
async fn test_apply_patch_tool ( ) -> anyhow:: Result < ( ) > {
47
46
use crate :: suite:: common:: run_e2e_exec_test;
47
+ use core_test_support:: non_sandbox_test;
48
48
49
49
non_sandbox_test ! ( result) ;
50
50
@@ -71,6 +71,7 @@ async fn test_apply_patch_tool() -> anyhow::Result<()> {
71
71
#[ tokio:: test( flavor = "multi_thread" , worker_threads = 4 ) ]
72
72
async fn test_apply_patch_freeform_tool ( ) -> anyhow:: Result < ( ) > {
73
73
use crate :: suite:: common:: run_e2e_exec_test;
74
+ use core_test_support:: non_sandbox_test;
74
75
75
76
non_sandbox_test ! ( result) ;
76
77
You can’t perform that action at this time.
0 commit comments