Name | Size | Modified | Last Commit | Author |
---|---|---|---|---|
/ IPython / html / tests | ||||
base | ||||
notebook | ||||
services | ||||
tree | ||||
widgets | ||||
README.md | 932 B |
r15262:24772f0273b2 |
|
|
__init__.py | 0 B |
r11033:fa36e98f0081 |
|
|
launchnotebook.py | 3.5 KiB |
r19604:25165b0adfbd |
|
|
test_files.py | 5.2 KiB |
r18613:380a2e949780 |
|
|
test_hist.sqlite | 7.0 KiB |
r11033:fa36e98f0081 |
|
|
test_nbextensions.py | 9.7 KiB |
r19854:8239237f4757 |
|
|
test_notebookapp.py | 2.5 KiB |
r15442:0073d6a2f7e0 |
|
|
test_paths.py | 846 B |
r19675:ca3ae7946945 |
|
|
test_serialize.py | 740 B |
r18335:cc13632db4ca |
|
|
test_utils.py | 2.9 KiB |
r15108:ab77a34bc91c |
|
|
util.js | 27.8 KiB |
r19739:7c74a0d38bee |
|
IPython Notebook JavaScript Tests
This directory includes regression tests for the web notebook. These tests
depend on CasperJS, which in turn requires a recent
version of PhantomJS.
The JavaScript tests are organized into subdirectories that match those in
static
(base',
notebook,
services,
tree`, etc.).
To run all of the JavaScript tests do:
iptest js
To run the JavaScript tests in a single subdirectory (notebook
in this
case) do:
iptest js/notebook
The file util.js
contains utility functions for tests, including a path to
a running notebook server on localhost (http://127.0.0.1) with the port
number specified as a command line argument to the test suite. Port 8888 is
used if --port=
is not specified. When you run these tests using iptest
you do not, however, have to start a notebook server yourself; that is done
automatically.