File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 (indent 0 ))
3535 (let  ((path (make-symbol  " path" 
3636 `(let*  ((, pathmake-temp-file  " pye-test-" t ))
37-  (python-environment-root  , path
37+  (python-environment-directory  , path
3838 (unwind-protect 
3939 (progn  ,@body )
4040 (delete-directory  , patht )))))
4141
4242(defmacro  pye-deftest  (name  args  &rest  body )
43-  " Customized `ert-deftest' . Bind `python-environment-root '  to a
43+  " Customized `ert-deftest' . Bind `python-environment-directory '  to a
4444temporary directory while executing BODY."  
4545 (declare  (debug  (&define :name  test
4646 name sexp [&optional  stringp]
@@ -146,7 +146,7 @@ DUMMY-MESSAGE (SYNC)...Done
146146 (should-error  (pye-eval-in-subprocess '(error  " some error" 
147147
148148(pye-deftest pye-test-bare-make-environment ()
149-  (let  ((tmp-home python-environment-root ))
149+  (let  ((tmp-home python-environment-directory ))
150150 (pye-eval-in-subprocess '(deferred:sync! (python-environment-make))
151151 `((" HOME" , tmp-home
152152 (should  (file-directory-p  (expand-file-name 
                         You can’t perform that action at this time. 
           
                  
0 commit comments