Thomas Kluyver
|
0178e2add0
|
Add a brief sleep after shutting down sessions in test teardown
This fixes a test failure for me on my Windows VM. See the comment for
details.
|
11 years ago |
Min RK
|
62dedf921b
|
remove notebook['name'] from sessions
|
11 years ago |
Min RK
|
525f6a7561
|
fix backward `f, nb` args for nbformat.write
|
11 years ago |
MinRK
|
af735018f3
|
don't use nbformat.current in IPython.html
use top-level nbformat.read/write, v4 directly for compose
|
11 years ago |
MinRK
|
07079095a8
|
update html/js to nbformat 4
|
11 years ago |
Thomas Kluyver
|
806432072a
|
Add kernel name to sessions REST API
Also, some refactoring so that the relationship between session, kernels
and notebooks is managed in the SessionManager, not in the HTTP
handlers.
|
12 years ago |
Thomas Kluyver
|
79c27df217
|
Specify encoding in remainining instances of io.open
|
12 years ago |
Thomas Kluyver
|
93ee2d7173
|
Make sessions REST API test more robust.
Was seeing failures on Windows because it failed to delete the folder.
|
12 years ago |
Brian E. Granger
|
36aa39e3b7
|
Improving tests and setting of Location header.
|
12 years ago |
Thomas Kluyver
|
18f88d020f
|
Add failing test for listing nonexistant directory
|
12 years ago |
Thomas Kluyver
|
e240f21ea1
|
Clean up sessions code from static analysis
|
12 years ago |
Thomas Kluyver
|
b3d2698c11
|
Fix session API tests
|
12 years ago |
Thomas Kluyver
|
a02bd3d5e4
|
Improve Session REST API tests
|
12 years ago |
Zachary Sailer
|
c26700cd3a
|
changes after session manager code review
|
12 years ago |
Zachary Sailer
|
27680dacb2
|
Code review changes.
Fixed handler issues and api tests from code review
from @minrk and @carreau.
|
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 |