aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina2013-02-25 12:02:05 -0300
committerFabián Ezequiel Gallina2013-02-25 12:02:05 -0300
commitb85f342318ce985fe277c5efda4824097abba855 (patch)
tree439e1dd8386ce3e27ca644dd2c5ba6fbbf906c65 /test/ChangeLog
parentdb19bba331efadd37cec1298be2c28f0742a7379 (diff)
downloademacs-b85f342318ce985fe277c5efda4824097abba855.tar.gz
emacs-b85f342318ce985fe277c5efda4824097abba855.zip
* automated/python-tests.el
(python-tests-with-temp-buffer): Doc fix. (python-tests-with-temp-file): New macro. (python-tests-shell-interpreter): New var. (python-shell-get-process-name-1) (python-shell-internal-get-process-name-1) (python-shell-parse-command-1) (python-shell-calculate-process-environment-1) (python-shell-calculate-process-environment-2) (python-shell-calculate-process-environment-3) (python-shell-calculate-exec-path-1) (python-shell-calculate-exec-path-2) (python-shell-make-comint-1) (python-shell-make-comint-2) (python-shell-get-process-1) (python-shell-get-or-create-process-1) (python-shell-internal-get-or-create-process-1): New tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 3cdab56ce2b..c8383a73300 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,23 @@
12013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
2
3 * automated/python-tests.el
4 (python-tests-with-temp-buffer): Doc fix.
5 (python-tests-with-temp-file): New macro.
6 (python-tests-shell-interpreter): New var.
7 (python-shell-get-process-name-1)
8 (python-shell-internal-get-process-name-1)
9 (python-shell-parse-command-1)
10 (python-shell-calculate-process-environment-1)
11 (python-shell-calculate-process-environment-2)
12 (python-shell-calculate-process-environment-3)
13 (python-shell-calculate-exec-path-1)
14 (python-shell-calculate-exec-path-2)
15 (python-shell-make-comint-1)
16 (python-shell-make-comint-2)
17 (python-shell-get-process-1)
18 (python-shell-get-or-create-process-1)
19 (python-shell-internal-get-or-create-process-1): New tests.
20
12013-02-20 Fabián Ezequiel Gallina <fgallina@cuca> 212013-02-20 Fabián Ezequiel Gallina <fgallina@cuca>
2 22
3 * automated/python-tests.el: New file. 23 * automated/python-tests.el: New file.