Commit graph

12 commits

Author SHA1 Message Date
John Miller
ec35fc154c Improving test suite
For now focusing on testing against IPython 3.x. Getting 2.x working will have to wait until another day.
2015-08-13 16:41:40 -05:00
John Miller
df72c1df12 Fix error reporting in IPython 3.0
Protocol for error reporting has changed in IPython 3.0 messaging and
ein was missing error messages.

EIN was also saving "*" for the notebook execution count and per
nbformat v4 execute_count can only be null or a number.
2015-02-25 14:55:09 -06:00
millejoh
84f478aed6 Improving ipython 3 support in testein.py. Lots of fixes for notebook tests to
properly test nbformat 3 notebooks.
2015-02-02 13:20:24 -06:00
John Miller
57a89bb112 Fixing test cases for ipython 2.x
Incorporating changes to REST api and nbformat that came with ipython
2.0.
2014-12-04 10:14:10 -06:00
Takafumi Arakaki
28ba5e9ad1 Add execution_count.Kernel event 2012-10-09 20:09:23 +02:00
Takafumi Arakaki
c1e7155c53 Make ein-testing-notebook.el work w/o compiling it 2012-09-29 22:13:48 +02:00
Takafumi Arakaki
36c1c24bb6 Move ein:testing-make-notebook-with-outputs to ein-testing-notebook.el 2012-08-28 01:33:57 +02:00
Takafumi Arakaki
d9fbfb31c7 Fix tests in test-ein-cell.el
Tests in test-ein-cell.el (actually the `ein:codecell' class) assume
that `:outputs' is a list, not an array.
2012-08-26 20:17:15 +02:00
Takafumi Arakaki
20af5c2840 Remove eintest:cell-json-data-code (add ein-testing-cell.el)
Use ein:testing-codecell-data instead.
To do that, I make new testing module ein-testing-cell.el and
move ein:testing-*cell-data functions there.
2012-08-25 00:16:41 +02:00
Takafumi Arakaki
b9e94a9a7a Add test ein:notebook-from-json-all-cell-types 2012-08-24 23:44:27 +02:00
Takafumi Arakaki
3068c39fcf Fix failing tests 2012-08-24 20:18:09 +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