Commit graph

20 commits

Author SHA1 Message Date
Takafumi Arakaki
c23f957823 Move ein:testing-example-svg to ein-testing-cell.el 2012-09-18 16:17:43 +02:00
Takafumi Arakaki
737391694e Run tests using SVG when SVG is available 2012-09-13 00:03:32 +02:00
Takafumi Arakaki
2c722fbf61 Fix failing tests in test-ein-cell-notebook.el 2012-08-31 00:11:04 +02:00
Takafumi Arakaki
96d2babff1 Move test utils to ein-testing-notebook.el
So that I can avoid loading test-ein-notebook or
test-ein-cell-notebook for using these utilities.
2012-08-24 19:29:37 +02:00
Takafumi Arakaki
dcde6ca1d9 Use :ewoc slot in ein:%notebook% to get EWOC
%s/(ein:$notebook-ewoc ein:%notebook%)/(oref ein:%worksheet% :ewoc)/

At this point, all tests pass.
2012-08-20 10:37:49 +02:00
Takafumi Arakaki
b4271558a0 Fix eintest:with-one-cell 2012-08-20 10:32:13 +02:00
Takafumi Arakaki
58628a0d21 Use ein:%notebook% in test-ein-cell-notebook.el
%s/\_<ein:\(notebook\)\_>/ein:%\1%/g
2012-08-19 00:24:15 +02:00
Takafumi Arakaki
dd5ba89a16 Add tests for ein-autoexec.el 2012-07-22 17:40:35 +02:00
Takafumi Arakaki
e0d06fec4c Fix test failures regarding latex mime type
The bug was introduced in 63958f3cfa
2012-07-19 00:36:54 +02:00
Takafumi Arakaki
fb1067835b Add tests for input-prompt-number 2012-05-23 23:13:24 +02:00
Takafumi Arakaki
76d677c77c Merge branch 'extra-output-tests'
Newly added 6 tests fail.
2012-05-20 21:00:43 +02:00
Takafumi Arakaki
e625540e00 Add new tests for multiple pyout/display-data 2012-05-20 20:55:49 +02:00
Takafumi Arakaki
97bb0302d0 Improve test generator for cell output 2012-05-20 20:50:40 +02:00
Takafumi Arakaki
e96746d4e5 Better ewoc pretty printer for stream
ein:cell-insert-output handles flushed stream better.

But this change is kind of contaminating other output type because now
ein:cell-insert-output inserts newline in the region of other output
type node if the previous output is stream type.  Maybe I need something
more like DOM.
2012-05-20 19:54:21 +02:00
Takafumi Arakaki
b229901983 Generate tests for pyout and display_data 2012-05-20 18:18:59 +02:00
Takafumi Arakaki
5a29ca35af Eliminate repeated part from the cell output tests 2012-05-20 17:52:49 +02:00
Takafumi Arakaki
8f6dc98bb6 Add test: ein:cell-insert-output-pyerr-simple 2012-05-20 17:38:32 +02:00
Takafumi Arakaki
90c3309d2e Add tests: ein:cell-insert-output-stream-* 2012-05-20 17:23:09 +02:00
Takafumi Arakaki
52de6aab55 Add tests: ein:cell-insert-output-pyout-* 2012-05-20 17:11:53 +02:00
Takafumi Arakaki
cb1eab8d80 Add new function ein:cell-location and its tests 2012-05-19 13:10:44 +02:00