MinRK
dfb538d881
Windows testing fixes
12 years ago
MinRK
1f90f4d7bb
test /files/ gives 403 on hidden files
12 years ago
Thomas Kluyver
06fa301908
Refactor tests for kernels REST API
12 years ago
Thomas Kluyver
18f88d020f
Add failing test for listing nonexistant directory
12 years ago
MinRK
fe59217989
move url_[un]escape to utils from nbm
12 years ago
MinRK
b0468580f7
don't start new notebook server for each test *method*
...
it takes much too long.
This change starts a new notebook server for each test class.
Even that is probably too much, but the module organization makes it troublesome
to start a single notebook server for all services tests.
12 years ago
Zachary Sailer
04c6a3cfac
refactoring of nbmanager and filenbmanager
...
major clean up of the two managers. We make sure to follow
the standard models described in IPEP 16
12 years ago
Zachary Sailer
050a3098a8
review fixes on tests, add extra kernel api test
12 years ago
Zachary Sailer
e9ac1c2d37
add tests for session api
12 years ago
Zachary Sailer
95b505d602
Added notebooks API tests.
12 years ago
Brian E. Granger
136a19e5eb
Added base class for Notebook API tests.
12 years ago
MinRK
80d2d15620
only test `--help-all`
...
help-all is a superset of `-h`, so no need to do both,
since these tests are slow.
13 years ago
MinRK
50b31960b3
test that `-h` and `--help-all` work for various IPython entry points
...
should help catch when we break these things.
13 years ago
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
13 years ago