David Wyde
b566c71dfd
Add tests for Markdown toolbar and menubar entries.
13 years ago
David Wyde
95873c65da
Wrap CasperJS tests in a helper function to reduce boilerplate.
13 years ago
David Wyde
fce51827e0
Use keycode constants from jQuery UI and improve message in test.
13 years ago
David Wyde
6e7cd60cb5
Add a test to demonstrate errors when up/down arrow keys are
...
pressed in an empty notebook.
13 years ago
David Wyde
7f9aecc2d9
Add a README for CasperJS tests.
13 years ago
David Wyde
f5000f416e
Add CasperJS utility functions, and tests for code and
...
Markdown cell execution.
Code cell test is based on https://gist.github.com/ellisonbg/3329929 .
13 years ago
Fernando Perez
20a015c1e6
Move frontend/html directory to top level.
13 years ago
Brian E. Granger
8d8c2f6e5b
Updating tests for refactor.
13 years ago
MinRK
c05433e780
s/assertEquals/assertEqual (again)
...
fix a few deprecated assertEquals that have snuck back in
14 years ago
Brian Granger
9784a2ac52
Refactoring notebook managers and adding Azure backed storage.
...
I have created a base class for all notebook managers. Our
existing, file-based store, is now in filenbmanager.py. I have
also created a new Azure Blob based backed notebook manager.
14 years ago
Bradley M. Froehle
05a30fa6d4
s/assertEquals/assertEqual/
14 years ago
MinRK
d72d3f7e30
add tests for notebook_dir validation
14 years ago
Brian E. Granger
52b29af5bd
Refactored htmlnotebook session and kernel manager.
...
* The KernelManager now manages multiple kernels with a uniform
API.
* The SessionManager now manages the full set of channels+streams
and the IPython.zmq.session.Session object for a single kernel.
15 years ago