Commit graph

22 commits

Author SHA1 Message Date
Takafumi Arakaki
0fad9548cd Merge branch 'worksheet'
Conflicts:
	tests/test-ein-shared-output.el

Add worksheet module to start worksheet support.  There is no
multiple worksheet support yet.  I am merging this since this
branch is as usable as the master branch.

Also, there are several bug fixes and improvements unrelated to
worksheet feature.
2012-08-23 22:48:17 +02:00
Takafumi Arakaki
a1a2185a9e Improve debugging messages in func-test.el 2012-08-23 22:00:52 +02:00
Takafumi Arakaki
6ea042867f Add more debugging messages in func-test.el 2012-08-23 21:17:19 +02:00
Takafumi Arakaki
dcad3c7158 Add debugging messages in func-test.el 2012-08-23 21:10:40 +02:00
Takafumi Arakaki
5ca22029db Dump test log using ein-testing 2012-08-23 19:32:47 +02:00
Takafumi Arakaki
a769aa3b03 Fix test ein:notebook-execute-current-cell-question for Emacs 23
At the time (ein:$notebook-pager ein:%notebook%) is executed, the
current buffer is changed to the pager buffer.  As `notebook' is
already let-bound to ein:$notebook instance, it is better to use
this than the buffer local ein:%notebook%.
2012-08-23 17:39:06 +02:00
Takafumi Arakaki
37cacec4e9 Fix compiler warnings in func-test.el
%s/(ein:notebook-insert-cell-below-command)/(call-interactively #'ein:worksheet-insert-cell-below)/g
%s/(ein:notebook-execute-current-cell)/(call-interactively #'ein:worksheet-execute-cell)/g
2012-08-20 10:43:44 +02:00
Takafumi Arakaki
3b13458d0d Fix functional test 2012-08-19 21:48:33 +02:00
Takafumi Arakaki
41806c396e Use ein:%notebook% and ein:%notebooklist% in func-test.el
%s/\_<ein:\(notebooklist\)\_>/ein:%\1%/g
%s/\_<ein:\(notebook\)\_>/ein:%\1%/g
2012-08-19 00:24:14 +02:00
Takafumi Arakaki
c104a0b19d Rename ein:kernel-ready-p to ein:kernel-live-p 2012-07-19 00:37:30 +02:00
Takafumi Arakaki
fa00a57b80 Use ein:notebooklist-open-notebook-by-name in func-test.el 2012-07-05 00:14:52 +02:00
Takafumi Arakaki
4a50ebc71e Tweak eintest:delete-untitled0
Avoid ert making huge (and useless) test report.
2012-06-13 01:23:19 +02:00
Takafumi Arakaki
0bf5308699 Fix eintest:get-notebook-by-name
Note that this fix is not nothing to do with the changes in ein-query.
2012-06-13 01:19:49 +02:00
Takafumi Arakaki
b37dbaeeeb Add eintest:delete-untitled0 2012-05-26 22:39:39 +02:00
Takafumi Arakaki
b9e056d8f7 Fix eintest:get-untitled0-or-create 2012-05-26 22:37:26 +02:00
Takafumi Arakaki
d2801ebcfc Add test: ein:notebook-execute-current-cell-question 2012-05-23 02:21:45 +02:00
Takafumi Arakaki
d538d7673e Add new test: ein:notebook-request-help 2012-05-23 02:03:23 +02:00
Takafumi Arakaki
82530976f1 Add timeout error to eintest:wait-until 2012-05-17 21:25:03 +02:00
Takafumi Arakaki
dff4cf730c Add more tests: ein:notebook-execute-current-cell-* 2012-05-17 21:05:19 +02:00
Takafumi Arakaki
38534a7292 Add test: ein:notebook-execute-current-cell-simple 2012-05-17 21:05:07 +02:00
Takafumi Arakaki
60eb668803 Add eintest:wait-until for faster functional test 2012-05-17 20:47:23 +02:00
Takafumi Arakaki
575f0d852b Add bare-bones functional testing 2012-05-17 20:12:40 +02:00